Fix escaping of ContentType names in listing pages

This commit is contained in:
Bob den Otter
2020-12-23 18:28:14 +01:00
committed by Bob den Otter
parent 075f30ea8a
commit 86ef0545f4

View File

@@ -8,7 +8,7 @@
{% block title %}
{{ macro.icon(contentType.icon_one) }}
{{ contentType.name }}
{{ contentType.name|raw }}
{% if filterValue %}<small>({{ __('label.filtered_by') }}: <em>'{{ filterValue }}'</em>)</small>{% endif %}
{% if taxonomy %}<small>({{ __('label.filtered_by') }}: <em>'{{ taxonomy|split('=')|last }}'</em>)</small>{% endif %}