From eb1e69818609f11299ab3b2668f1e5241e9fe313 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 2 Oct 2013 12:51:14 -0300 Subject: [PATCH] Bug 10691: Small glitch fixed A small glitch prevented 'see from' headings to show. Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Bernardo Gonzalez Kriegel --- koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc index 616bb1b..bb8e3f6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc @@ -28,7 +28,7 @@ [% ELSE %] [% heading | html %] [% END %] - [% ELSIF ( type=='seealso' ) %] + [% ELSE %] [% heading | html %] [% END %] -- 1.8.3.2