]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1914116: Apply html filter to mkurl() output
authorJason Boyer <JBoyer@equinoxinitiative.org>
Mon, 8 Feb 2021 19:20:32 +0000 (14:20 -0500)
committerJason Boyer <JBoyer@equinoxinitiative.org>
Mon, 15 Feb 2021 17:43:33 +0000 (12:43 -0500)
commit23683f188e8ef461bdb0bc6cb20ae623c857d0e7
tree83faa248749ae980ba870c52415f3f2d2acab82b
parentfb664648ec3e00c64a4c5d9b7d38f7d6a290b082
LP1914116: Apply html filter to mkurl() output

Because of the way that mkurl() generates its query parameters they're
generally escaped correctly, but nowhere do we run the output of mkurl()
through the html filter to correctly handle ampersands. Rather than adding
"|html" to every invocation of mkurl, it's just added to the macro directly.

Signed-off-by: Jason Boyer <JBoyer@equinoxinitiative.org>
Signed-off-by: Garry Collum <gcollum@gmail.com>
Open-ILS/src/templates/opac/parts/header.tt2