diff --git a/system/templates/characters.html.twig b/system/templates/characters.html.twig index 95ca4bd5..5d39e139 100644 --- a/system/templates/characters.html.twig +++ b/system/templates/characters.html.twig @@ -261,10 +261,11 @@ {% set i = 0 %} {% for frag in frags %} - + {{ frag.time|date("j M Y, H:i") }} {{ frag.description|raw }}({% if frag.unjustified %}Unjustified{% else %}Justified{% endif %}) + {% set i = i + 1 %} {% endfor %}