зеркало из https://github.com/mozilla/pjs.git
fix for 6944: buglist: summary and whiteboard fight for space
patch by the ever present dave@intrec.com
This commit is contained in:
Родитель
ada8e7b439
Коммит
b9ef299221
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче