From b57f245ca28696f2d7d105a95d0f9c5ae7c87af1 Mon Sep 17 00:00:00 2001 From: Tim Hannah Date: Wed, 23 Oct 2013 10:01:19 +1300 Subject: [PATCH] Bug 11104 - fixed bug in opac-facets.inc Wraps series label in a span for CSS selectability. Patch submitted as part of Librarian to Developer in 90 Minutes at LIANZA 2013. --- koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc b/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc index be46113..7f2780e 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc @@ -14,7 +14,7 @@ [% IF ( facets_loo.type_label_Titles ) %]Titles[% END %] [% IF ( facets_loo.type_label_Topics ) %]Topics[% END %] [% IF ( facets_loo.type_label_Places ) %]Places[% END %] -[% IF ( facets_loo.type_label_Series ) %]Series[% END %] +[% IF ( facets_loo.type_label_Series ) %]Series[% END %] [% IF ( facets_loo.type_label_ItemTypes ) %]Item types[% END %] [% UNLESS ( singleBranchMode ) %] [% IF ( facets_loo.type_label_Libraries ) %]Libraries[% END %] -- 1.8.1.2