summaryrefslogtreecommitdiffstats
path: root/buglist.cgi
diff options
context:
space:
mode:
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;