@@ -, +, @@ - Search for an item in the OPAC where the relevant facet appears - Use 'Inspect element' to check the tag - Apply patch - Confirm the facet now has the h5 tag - Confirm spacing is improved --- koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc @@ -27,8 +27,8 @@ [% IF facets_loo.type_label_ItemTypes %]
Item types
[% END %] [% IF facets_loo.type_label_CollectionCodes %]
Collections
[% END %] [% UNLESS singleBranchMode %] - [% IF ( facets_loo.type_label_HomeLibrary ) %]Home libraries[% END %] - [% IF ( facets_loo.type_label_HoldingLibrary ) %]Holding libraries[% END %] + [% IF ( facets_loo.type_label_HomeLibrary ) %]
Home libraries
[% END %] + [% IF ( facets_loo.type_label_HoldingLibrary ) %]
Holding libraries
[% END %] [% END %] [% IF facets_loo.type_label_Location %]
Locations
[% END %]