summaryrefslogtreecommitdiffstats
path: root/show_bug.cgi
diff options
context:
space:
mode:
authorbryce-mozilla%nextbus.com <>1999-06-15 13:25:28 +0200
committerbryce-mozilla%nextbus.com <>1999-06-15 13:25:28 +0200
commita59f318781f4f189484ba21206119c36ef3becf8 (patch)
tree1a2385d83a124ad8fa0973933d5903c26301486a /show_bug.cgi
parent991e9d13f2bf7f7dafde5fc602b1612a3f88943c (diff)
downloadbugzilla-a59f318781f4f189484ba21206119c36ef3becf8.tar.gz
bugzilla-a59f318781f4f189484ba21206119c36ef3becf8.tar.xz
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.
Diffstat (limited to 'show_bug.cgi')
-rwxr-xr-xshow_bug.cgi3
1 files changed, 3 insertions, 0 deletions
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 "<HR>\n";
$! = 0;
do "bug_form.pl" || die "Error doing bug_form.pl: $!";
+print "</BODY>";
+print "</HTML>\n";
+