]> git.evergreen-ils.org Git - contrib/Conifer.git/commit
LP1371772: Correct Escape of Library Info URL
authorJason Boyer <jboyer@library.in.gov>
Mon, 13 Feb 2017 21:59:01 +0000 (16:59 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 27 Feb 2017 15:06:15 +0000 (10:06 -0500)
commitbfa959111f8503bad9c6176337ab3a82db645df9
tree14cd11009a0874f67b04a118fff3fe19f7642b90
parent9b691ffa235da8c7028ee28d16f4fd1d72697e88
LP1371772: Correct Escape of Library Info URL

Using the url filter in TT2 causes named anchors to
be escaped in such a way that urls including them
will likely return a 404. Since the url is being
used in an html document, the html filter is
sufficient and allows the url to work as intended.

Signed-off-by: Jason Boyer <jboyer@library.in.gov>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/opac/parts/library/core_info.tt2