Yeah, this is pretty cool. Checking in patch for bug #27669 by Stephan Niemz

This commit is contained in:
tara%tequilarista.org 2001-02-20 23:33:28 +00:00
Родитель 0311d39a5f
Коммит b171b1f298
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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";