diff options
author | tara%tequilarista.org <> | 2001-02-21 08:33:28 +0100 |
---|---|---|
committer | tara%tequilarista.org <> | 2001-02-21 08:33:28 +0100 |
commit | 05396caa44c374de8b56a8dc0191e1efc76a1fce (patch) | |
tree | d287a5a928b60bc220174636b285226e756d5ede /buglist.cgi | |
parent | 074bb472ec83b242440b8db70802f8aa90dd51fe (diff) | |
download | bugzilla-05396caa44c374de8b56a8dc0191e1efc76a1fce.tar.gz bugzilla-05396caa44c374de8b56a8dc0191e1efc76a1fce.tar.xz |
Yeah, this is pretty cool. Checking in patch for bug #27669 by Stephan Niemz
Diffstat (limited to 'buglist.cgi')
-rwxr-xr-x | buglist.cgi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/buglist.cgi b/buglist.cgi index 00a8040e0..401c5d818 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -1195,7 +1195,9 @@ if ($toolong) { if (Param('usequip')){ print "<HR><A HREF=newquip.html><I>$quip</I></A></CENTER>\n"; } -print "<HR SIZE=10>$tablestart\n"; +print "<HR SIZE=10>"; +print "$count bugs found." if $count > 9; +print $tablestart, "\n"; print $::bugl; print "</TABLE>\n"; |