]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix for 6944: buglist: summary and whiteboard fight for space
authorcyeh%bluemartini.com <>
Fri, 1 Sep 2000 06:26:51 +0000 (06:26 +0000)
committercyeh%bluemartini.com <>
Fri, 1 Sep 2000 06:26:51 +0000 (06:26 +0000)
patch by the ever present dave@intrec.com

buglist.cgi

index adc6c36eda9e974a972e32c5deaa093c949a3da4..360deefff5a80c18da90ba33c1796a608e386e0d 100755 (executable)
@@ -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 {