From 05396caa44c374de8b56a8dc0191e1efc76a1fce Mon Sep 17 00:00:00 2001 From: "tara%tequilarista.org" <> Date: Wed, 21 Feb 2001 07:33:28 +0000 Subject: Yeah, this is pretty cool. Checking in patch for bug #27669 by Stephan Niemz --- buglist.cgi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'buglist.cgi') 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 "
$quip\n"; } -print "
$tablestart\n"; +print "
"; +print "$count bugs found." if $count > 9; +print $tablestart, "\n"; print $::bugl; print "\n"; -- cgit v1.2.3-24-g4f1b