diff --git a/authentic.pl b/authentic.pl index c043d9d26..ca85a4935 100644 --- a/authentic.pl +++ b/authentic.pl @@ -438,8 +438,9 @@ sub theme_ui_columns_start my ($rv, $i); $sortable = ' dtable-sortable' if ($sortable); - $width = ' w-auto-force" ' if ($width eq 'auto'); - $rv .= "" . "\n"; + my $width_; + $width_ = ' w-auto-force" ' if ($width eq 'auto'); + $rv .= "
" . "\n"; if ($title) { $rv .= "\n"; }
$title