From 3ebcd788fbcaddb7bf414e36d18e28a8b759bbcf Mon Sep 17 00:00:00 2001 From: slawkens1 Date: Thu, 12 Oct 2017 20:19:47 +0200 Subject: [PATCH] * also fixed frags table --- system/templates/characters.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}