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;