From a59f318781f4f189484ba21206119c36ef3becf8 Mon Sep 17 00:00:00 2001 From: "bryce-mozilla%nextbus.com" <> Date: Tue, 15 Jun 1999 11:25:28 +0000 Subject: Fix several browsers, Lynx and Opera at least. HTML syntax errors here and there were fixed, and serverpush was restricted only to the versions of Mozilla known to support it. --- show_bug.cgi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'show_bug.cgi') diff --git a/show_bug.cgi b/show_bug.cgi index b2e747297..927d52688 100755 --- a/show_bug.cgi +++ b/show_bug.cgi @@ -52,3 +52,6 @@ print "
\n"; $! = 0; do "bug_form.pl" || die "Error doing bug_form.pl: $!"; +print ""; +print "\n"; + -- cgit v1.2.3-24-g4f1b