Change #7573
Category | None |
Changed by | Jason Boyer <JBoyer | @equinoxinitiative.org>
Changed at | Mon 15 Feb 2021 12:42:14 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | be000d2c73e34e5e562621074396fe05275a7b22 |
Comments
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>
Changed files
- Open-ILS/src/templates-bootstrap/opac/parts/header.tt2
- Open-ILS/src/templates/opac/parts/header.tt2