summaryrefslogtreecommitdiffstats
path: root/buglist.cgi
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-09-24 04:19:01 +0200
committerterry%mozilla.org <>1999-09-24 04:19:01 +0200
commit80e66f4380525ec512995544fc13e01e88b55344 (patch)
tree1c923ef73a5951eef6272b13526cbe4a316d4af7 /buglist.cgi
parent8829ae5f033999f20009364226a9239a1a706b68 (diff)
downloadbugzilla-80e66f4380525ec512995544fc13e01e88b55344.tar.gz
bugzilla-80e66f4380525ec512995544fc13e01e88b55344.tar.xz
Patch by holger@holger.om.org (Holger Schurig) -- several cleanups.
Diffstat (limited to 'buglist.cgi')
-rwxr-xr-xbuglist.cgi3
1 files changed, 1 insertions, 2 deletions
diff --git a/buglist.cgi b/buglist.cgi
index ee4aa39fd..8d3182200 100755
--- a/buglist.cgi
+++ b/buglist.cgi
@@ -546,14 +546,13 @@ while (@row = FetchSQLData()) {
next;
}
my $value = shift @row;
- my $nowrap = "";
if ($::needquote{$c}) {
$value = html_quote($value);
} else {
$value = "<nobr>$value</nobr>";
}
- pnl "<td $nowrap>$value";
+ pnl "<td>$value";
}
if ($dotweak) {
my $value = shift @row;