[Koha-bugs] [Bug 21986] quotation marks are wrongly escaped in several places

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 14 08:10:51 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21986

--- Comment #7 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
> The problem has been highlighted by bug 13618, I did not track down why
> the issue did not exist before (?)

If you pass a&b in a template var thru the html filter, it will run the
ampersand conversion once again. Resulting in: a&amp;b

So we need to choose where to escape.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list