From: dave%intrec.com <>
Date: Mon, 4 Sep 2000 11:10:51 +0000 (+0000)
Subject: Fix for bug 43821: PutHeader has unbalanced
tags.
X-Git-Tag: bugzilla-2.12~176
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bdeb7efc96d5cc82cafeaae56ec19f7b900e614;p=thirdparty%2Fbugzilla.git
Fix for bug 43821: PutHeader has unbalanced tags.
---
diff --git a/CGI.pl b/CGI.pl
index 9c7484b93e..1ee02e2d6e 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -797,8 +797,6 @@ sub PutHeader {
print "$h2\n";
print "
\n";
- print "
\n";
-
if (Param("shutdownhtml")) {
if (!$ignoreshutdown) {
print Param("shutdownhtml");