From 372bf270914712f0a44e7224b70a308d471e0bf4 Mon Sep 17 00:00:00 2001 From: Rachel Dustin Date: Wed, 13 Nov 2013 16:40:23 +1300 Subject: [PATCH] bug 11105 created places span in opac To test: Verify places in the facets is wrapped in a span. --- .../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..04a18c6 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc @@ -13,7 +13,7 @@ [% IF ( facets_loo.type_label_Authors ) %]Authors[% END %] [% 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_Places ) %]Places[% END %] [% IF ( facets_loo.type_label_Series ) %]Series[% END %] [% IF ( facets_loo.type_label_ItemTypes ) %]Item types[% END %] [% UNLESS ( singleBranchMode ) %] -- 1.7.9.5