fix for 6944: buglist: summary and whiteboard fight for space

patch by the ever present dave@intrec.com
This commit is contained in:
cyeh%bluemartini.com 2000-08-31 23:26:51 +00:00
parent 1ddba93fb7
commit eb02be381a

View File

@ -979,14 +979,7 @@ if ($dotweak) {
my @th;
foreach my $c (@collist) {
if (exists $::needquote{$c}) {
my $h = "";
if ($::needquote{$c} == 1) {
$h .= "<TH WIDTH=100%>";
} elsif ($::needquote{$c} == 5) {
$h .= "<TH>";
} else {
$h .= "<TH>";
}
my $h = "<TH>";
if (defined $::sortkey{$c}) {
$h .= "<A HREF=\"buglist.cgi?$fields&order=" . url_quote($::sortkey{$c}) . "$oldorder\">$::title{$c}</A>";
} else {