Skip to content
Snippets Groups Projects
Commit bae55dba843a authored by Arthur Lutz's avatar Arthur Lutz
Browse files

[views] don't use <b>, use a diff

parent c1f3f939d10b
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment