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

patch by the ever present dave@intrec.com


git-svn-id: svn://10.0.0.236/trunk@77791 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cyeh%bluemartini.com
2000-08-31 23:26:51 +00:00
parent ebb89f8bdc
commit af146d4617

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 {