Koha/koha-tmpl/opac-tmpl/bootstrap/en
Jonathan Druart 3a7053346c Bug 21950: Remove filtering for query_cgi and limit_cgi
We must not escape query_cgi and limit_cgi template-side, they are already
escape properly from build_query_compat using uri_escape_utf8.

To fix further problems we should replace all occurrences to make things
clear (I decided to keep the html filter so far, which did not hurt, but uri or url do)

Same patch as the following commit will be provided
commit 2fc599c089
    Bug 21526: Fix search result pages (url vs uri vs raw)

    query_cgi is uri_escaped from the pl, so we should displayed as raw

    Test plan:
    Use wide characters ❤
    Search, filter, facets, search history, rss (both interfaces)

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2018-12-14 13:29:31 +00:00
..
includes Bug 21950: Remove filtering for query_cgi and limit_cgi 2018-12-14 13:29:31 +00:00
modules Bug 21950: Remove filtering for query_cgi and limit_cgi 2018-12-14 13:29:31 +00:00
xslt Bug 21568: Add more spans with classes around callnumbers in OPAC for additional styling 2018-11-05 14:41:08 +00:00