From d91d998eb93a0b30faeb00fce356771072577cc5 Mon Sep 17 00:00:00 2001
From: Rachel Dustin <r.dustin@massey.ac.nz>
Date: Wed, 13 Nov 2013 16:40:23 +1300
Subject: [PATCH] [SIGNED OFF] Bug 11105: created places span in opac

To test:
Verify places in the facets is wrapped in a span.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Template change only, works as expected.
---
 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..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 ) %]<span id="facet-topics">Topics</span>[% END %]
-[% IF ( facets_loo.type_label_Places ) %]Places[% END %]
+[% IF ( facets_loo.type_label_Places ) %]<span id="facet-places">Places</span>[% END %]
 [% IF ( facets_loo.type_label_Series ) %]Series[% END %]
 [% IF ( facets_loo.type_label_ItemTypes ) %]Item types[% END %]
 [% UNLESS ( singleBranchMode ) %]
-- 
1.8.3.2