https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21986
--- Comment #7 from Marcel de Rooy <[email protected]> --- > 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
