https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37573 --- Comment #1 from Michał <schodkowy.omegi-0r@icloud.com> --- Created attachment 170094 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170094&action=edit Bug 37573: Fix bad escaping in OPACSearchForTitleIn that broke JavaScript in <script> tags in it The helper Perl function parametrized_url that converted parameters within {} would actually remove everything between such characters, regardless of whether they were a correct parameter or any arbitrary text. The patch changes it to remove only something that would look like a parameter, so that it won't break other unrelated things, while keeping the original intended behavior. -- You are receiving this mail because: You are watching all bug changes.