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. --- bug_form.pl | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'bug_form.pl') diff --git a/bug_form.pl b/bug_form.pl index a2fb1056b..9a59ed94d 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -207,8 +207,6 @@ if (defined $URL && $URL ne "none" && $URL ne "NULL" && $URL ne "") { } print " -Bug $id -- " . html_quote($bug{'short_desc'}) . - "
@@ -323,7 +321,7 @@ while (MoreSQLData()) { print qq{$date$desc}; $knownattachments{$attachid} = 1; } -print "Create a new attachment (proposed patch, testcase, etc.)\n"; +print "Create a new attachment (proposed patch, testcase, etc.)\n"; sub EmitDependList { @@ -458,7 +456,7 @@ print " Format For Printing
- +
Description: 
Description:  Opened: $bug{'creation_ts'}

@@ -472,9 +470,6 @@ print "
 # long_list.cgi line:
 #  Edit Long Description
 
-
 navigation_header();
 
-print "\n";
-
 1;
-- 
cgit v1.2.3-24-g4f1b