From e686d90f87b219ef2f68e4ab112e5295c1d22b35 Mon Sep 17 00:00:00 2001 From: Sebastian Walther Date: Fri, 14 Oct 2022 21:39:35 +0200 Subject: [PATCH] Move tbody tag out of for loop in DBtable's index-table Signed-off-by: Sebastian Walther --- templates/table/structure/display_structure.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/table/structure/display_structure.twig b/templates/table/structure/display_structure.twig index 9eb2b66aa3..58ff7528df 100644 --- a/templates/table/structure/display_structure.twig +++ b/templates/table/structure/display_structure.twig @@ -467,8 +467,8 @@ + {% for index in indexes %} - {% set columns_count = index.getColumnCount() %} @@ -534,8 +534,8 @@ {% endif %} {% endfor %} - - {% endfor %} + {% endfor %} + {% else %}