From a90a00804dc1beeb9a507720e85fb8c99ac4fe84 Mon Sep 17 00:00:00 2001 From: Leny Bernard Date: Tue, 3 Oct 2017 10:37:07 +0200 Subject: [PATCH] fix not closing last row --- Resources/views/show.html.twig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Resources/views/show.html.twig b/Resources/views/show.html.twig index b1bde9a..f5d5aaf 100644 --- a/Resources/views/show.html.twig +++ b/Resources/views/show.html.twig @@ -126,6 +126,9 @@ {% set prev_alignment = alignment %} + {% if loop.last %} + + {% endif %} {% endfor %}