From 1b0829790ed416b2c2cb850b0d77ff918a9727f2 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 13 Dec 2018 15:35:59 +0100 Subject: [PATCH] Bug 21880: (follow-up) Add some uri filters Content-Type: text/plain; charset=utf-8 Theoretically, source needs a filter. Signed-off-by: Marcel de Rooy --- .../prog/en/modules/authorities/searchresultlist-auth.tt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt index 9a73d88..b50ebbc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt @@ -14,7 +14,7 @@ [% INCLUDE 'auth-finder-search.inc' %] [% IF ( total ) %]
[% IF ( displayprev ) %] - + << [% END %] @@ -22,12 +22,12 @@ [% IF ( number.highlight ) %] [% number.number | html %] [% ELSE %] - + [% number.number | html %] [% END %] [% END %] [% IF ( displaynext ) %] - + >> [% END %]
@@ -67,7 +67,7 @@
[% IF ( displayprev ) %] - + << [% END %] @@ -75,12 +75,12 @@ [% IF ( number.highlight ) %] [% number.number | html %] [% ELSE %] - + [% number.number | html %] [% END %] [% END %] [% IF ( displaynext ) %] - + >> [% END %]
[% END %] -- 2.1.4