@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -145,12 +145,12 @@ [% IF ( searchdesc ) %] [% BLOCK sort_search_query ~%] - [% FOREACH QUERY_INPUT IN QUERY_INPUTS ~%] + [%~ FOREACH QUERY_INPUT IN QUERY_INPUTS ~%] &[% QUERY_INPUT.input_name |html %]=[% QUERY_INPUT.input_value |html %] - [%~ END %] - [% FOREACH LIMIT_INPUT IN LIMIT_INPUTS ~%] + [%~ END ~%] + [%~ FOREACH LIMIT_INPUT IN LIMIT_INPUTS ~%] &[% LIMIT_INPUT.input_name |html %]=[% LIMIT_INPUT.input_value |html %] - [%~ END %] + [%~ END ~%] [%~ END %] [% END %] --