diff --git a/system/templates/characters.html.twig b/system/templates/characters.html.twig index f48a6722..ec4c7c30 100644 --- a/system/templates/characters.html.twig +++ b/system/templates/characters.html.twig @@ -242,7 +242,7 @@ {% for frag in frags %} {{ frag.time|date("j M Y, H:i") }} - {{ frag.description }}({% if frag.unjustified %}Unjustified{% else %}Justified{% endif %}) + {{ frag.description|raw }}({% if frag.unjustified %}Unjustified{% else %}Justified{% endif %}) {% endfor %}