diff --git a/system/templates/characters.html.twig b/system/templates/characters.html.twig index 48e8405c..6efbc075 100644 --- a/system/templates/characters.html.twig +++ b/system/templates/characters.html.twig @@ -256,10 +256,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 %}