From 02a1dcd663f538004bc2a61d053167f6885f26e5 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Tue, 26 Nov 2019 14:12:01 +0000 Subject: [PATCH] Bug 24120: (follow-up) input_name too Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart Signed-off-by: Martin Renvoize (cherry picked from commit 04fab26ccc25d70a3b94b3bd2ceea22752b8714e) Signed-off-by: Lucas Gass --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt index c8533f3d33..3e395867d7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -158,10 +158,10 @@ [% IF ( searchdesc ) %] [% BLOCK sort_search_query ~%] [%~ FOREACH QUERY_INPUT IN QUERY_INPUTS ~%] - &[% QUERY_INPUT.input_name | html %]=[% QUERY_INPUT.input_value | uri %] + &[% QUERY_INPUT.input_name | uri %]=[% QUERY_INPUT.input_value | uri %] [%~ END ~%] [%~ FOREACH LIMIT_INPUT IN LIMIT_INPUTS ~%] - &[% LIMIT_INPUT.input_name | html %]=[% LIMIT_INPUT.input_value | uri %] + &[% LIMIT_INPUT.input_name | uri %]=[% LIMIT_INPUT.input_value | uri %] [%~ END ~%] [%~ END %] [% END %] -- 2.39.2