mirror of
https://github.com/jbcr/core.git
synced 2026-03-29 12:22:15 +02:00
Fix escaping of ContentType names in listing pages
This commit is contained in:
committed by
Bob den Otter
parent
075f30ea8a
commit
86ef0545f4
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user