From 6d1ec1a3e1ca159356b820efef4c051db60d50f2 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Sun, 15 Mar 2026 16:28:38 +0200 Subject: [PATCH] Fix missing tags --- gray-theme/theme.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gray-theme/theme.pl b/gray-theme/theme.pl index dd4a07636..96a546f41 100755 --- a/gray-theme/theme.pl +++ b/gray-theme/theme.pl @@ -649,7 +649,7 @@ if (!$main::WRAPPER_OPEN) { # If we're not already inside of a wrapper, wrap it } $main::WRAPPER_OPEN++; my $colspan = 1; -$rv .= "
"; +$rv .= "
"; $rv .= "$header $rheader\n"; $rv .= "\n"; $main::ui_table_cols = $cols || 4;