]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 43821: PutHeader has unbalanced <TABLE> tags.
authordave%intrec.com <>
Mon, 4 Sep 2000 11:10:51 +0000 (11:10 +0000)
committerdave%intrec.com <>
Mon, 4 Sep 2000 11:10:51 +0000 (11:10 +0000)
CGI.pl

diff --git a/CGI.pl b/CGI.pl
index 9c7484b93e444454a2aaed95bfe3a158c8171f19..1ee02e2d6e7c73b4a8055cf39f3a9b188d62f436 100644 (file)
--- a/CGI.pl
+++ b/CGI.pl
@@ -797,8 +797,6 @@ sub PutHeader {
     print "$h2\n";
     print "</TD></TR></TABLE>\n";
 
-    print "</TD></TR></TABLE>\n";
-
     if (Param("shutdownhtml")) {
         if (!$ignoreshutdown) {
             print Param("shutdownhtml");