diff --git a/views.py b/views.py index c1f3f939d10b819e0946f6820d4743170ab006eb_dmlld3MucHk=..bae55dba843a513e5132293821f9a0c2a52a0481_dmlld3MucHk= 100644 --- a/views.py +++ b/views.py @@ -293,7 +293,7 @@ else: del url_params['es_{}'.format(attribute)] url = self._cw.build_url(**url_params) - content = selected and '<b>{}</b>'.format(tag) or tag + content = selected and '<div class="facet-active">{}</div>'.format(tag) or tag self.w(facet_item.format(url, content, count))