From 34cb1b1ffa300e57ea94cbe35f7d576b5d06d26a Mon Sep 17 00:00:00 2001 From: slawkens1 Date: Mon, 8 Jan 2018 08:11:35 +0100 Subject: [PATCH] * fixed tr bgcolor (#38) --- system/templates/characters.html.twig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 %}