From bf71c1aee86dd7304ceb4e0fb1a5aeb99b395a9d 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 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 %}