From f3a1e3503a1e896a9c2a2e80790ee9d6839cc62d 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 Signed-off-by: Jonathan Druart --- .../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.7.10.4