From 4a7bf916e07afd54dea9f03a44fb865ec3ceda1a Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 26 Nov 2018 10:10:37 +0100 Subject: [PATCH] Bug 21878: (follow-up) Fix a few query_cgi filters in opac-search-history We need to replace the uri filter on query_cgi to make some URLs work. Test plan: Check if the links on user page, search history work for biblio and auth in current and previous release. Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall --- .../opac-tmpl/bootstrap/en/modules/opac-search-history.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt index 008deeab73..0458cb669f 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt @@ -71,7 +71,7 @@ [% s.time |$KohaDates with_hours => 1 | html %] - Subscribe to this search [% s.query_desc | html %] + Subscribe to this search [% s.query_desc | html %] [% s.total | html %] [% END %] @@ -111,7 +111,7 @@ [% s.time |$KohaDates with_hours => 1 | html %] - Subscribe to this search [% s.query_desc | html %] + Subscribe to this search [% s.query_desc | html %] [% s.total | html %] [% END %] @@ -156,7 +156,7 @@ [% s.time |$KohaDates with_hours => 1 | html %] - [% s.query_desc | html %] + [% s.query_desc | html %] [% s.total | html %] [% END %] @@ -193,7 +193,7 @@ [% s.time |$KohaDates with_hours => 1 | html %] - [% s.query_desc | html %] + [% s.query_desc | html %] [% s.total | html %] [% END %] -- 2.17.2 (Apple Git-113)