From 9c74c031680bec8adfed799dbf88c26dad5c8e45 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 2 Oct 2013 12:51:14 -0300 Subject: [PATCH] [SIGNED-OFF] 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 --- .../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 8fda26b..0ef537a 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.9.5