From bfacfb4f20279b8529d3a42f304d408a2fe5183f Mon Sep 17 00:00:00 2001 From: Fridolyn SOMERS Date: Tue, 29 Oct 2013 14:17:45 +0100 Subject: [PATCH] Bug 11159 - Small typo in catalogue/results.tt Content-Type: text/plain; charset=utf-8 In catalogue/results.tt, there is a small HTML error line 377 : [% ELSE %][% END %] The = is missing Test plan : - In intranet, test go to advanced search - Click on [More options] - Enter a term, check "Scan indexes" and click on "Search" - Look at HTML code of select "Indexed in" => option "Author" is correct : Signed-off-by: Marcel de Rooy --- .../prog/en/modules/catalogue/results.tt | 2 +- 1 files changed, 1 insertions(+), 1 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 520e6d2..84206fe 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -374,7 +374,7 @@ var holdForPatron = function () { [% IF ( ms_ticommaphr ) %] [% ELSE %][% END %] [% IF ( ms_aucommaphr ) %] - [% ELSE %][% END %] + [% ELSE %][% END %] [% IF ( ms_su ) %] [% ELSE %][% END %] [% IF ( ms_sucommaphr ) %] -- 1.7.7.6