From 31e9c90e2b509919f4028aa0a8e69332df04e7e1 Mon Sep 17 00:00:00 2001 From: Fridolyn SOMERS Date: Tue, 29 Oct 2013 14:17:45 +0100 Subject: [PATCH] Bug 11159: fix small typo in catalogue/results.tt 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 Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 520e6d26d1..84206fe6c1 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 ) %] -- 2.11.4.GIT