From 3274b17823280732e582bad94867fb770f549b6c Mon Sep 17 00:00:00 2001 From: shadowwa Date: Sun, 16 Mar 2025 16:27:54 +0100 Subject: [PATCH] add missing closing tr tag Add missing end tag for 'assigned template variables' section. backport of d6153d4 --- libs/debug.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/debug.tpl b/libs/debug.tpl index 04bb4a676..4d9a0624c 100644 --- a/libs/debug.tpl +++ b/libs/debug.tpl @@ -144,6 +144,7 @@ {$vars['attributes']|debug_print_var nofilter} {/if} + {/foreach}