Commit 3a93ee47 authored by cyeh%bluemartini.com's avatar cyeh%bluemartini.com

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

patch by the ever present dave@intrec.com
parent 32376317
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment