diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc index c4c854cadb..2c56036f04 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc @@ -15,7 +15,7 @@ [% FOREACH search_filter IN search_filters %]
  • [% IF active_filters.${search_filter.id} %] - [% search_filter.name | html %][X] + [% search_filter.name | html %][x] [% ELSE %] [% search_filter.name | html %] [% END %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc index af51f0b605..844de90853 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc @@ -13,7 +13,7 @@ [% FOREACH search_filter IN search_filters %]
  • [% IF active_filters.${search_filter.id} %] - [% search_filter.name | html %][X] + [% search_filter.name | html %][x] [% ELSE %] [% search_filter.name | html %] [% END %]