From e1ef353ccf06a469fb2246be6b6332244fd67fa2 Mon Sep 17 00:00:00 2001 From: Shad Date: Mon, 17 Mar 2025 09:15:32 +0100 Subject: [PATCH] add missing closing tr tag (#1117) 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 04bb4a67..4d9a0624 100644 --- a/libs/debug.tpl +++ b/libs/debug.tpl @@ -144,6 +144,7 @@ {$vars['attributes']|debug_print_var nofilter} {/if} + {/foreach}