[Koha-bugs] [Bug 15771] CGI::escapeHTML should not be used anymore

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 9 16:42:56 CET 2016


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

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 47813
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47813&action=edit
Bug 15771: Do not use CGI::escapeHTML anymore

In admin/auth_subfields_structure.pl, admin/marc_subfields_structure.pl
and catalogue/image.pl, the pl script escapes html characters.
Since bug 13618 has been pushed, this method should not be used anymore.

Test plan:
1/ Edit a framework (biblio and authority)
2/ In the "text for librarian" input, fill "test'apostrophe"
3/ Save
4/ Edit subfields
=> Without this patch, the ' is displayed escaped
=> With this patch, everything is fine

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


More information about the Koha-bugs mailing list