diff --git a/templates/content/listing.html.twig b/templates/content/listing.html.twig
index 88513216..dea95169 100644
--- a/templates/content/listing.html.twig
+++ b/templates/content/listing.html.twig
@@ -8,7 +8,7 @@
{% block title %}
{{ macro.icon(contentType.icon_one) }}
- {{ contentType.name }}
+ {{ contentType.name|raw }}
{% if filterValue %}({{ __('label.filtered_by') }}: '{{ filterValue }}'){% endif %}
{% if taxonomy %}({{ __('label.filtered_by') }}: '{{ taxonomy|split('=')|last }}'){% endif %}