]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Got rid of extra <H1> tag.
authorterry%mozilla.org <>
Wed, 29 Dec 1999 06:31:47 +0000 (06:31 +0000)
committerterry%mozilla.org <>
Wed, 29 Dec 1999 06:31:47 +0000 (06:31 +0000)
CGI.pl

diff --git a/CGI.pl b/CGI.pl
index 1e22afc5253e4cc9247067386050f78f0cd08003..0ab0cd10cb79c41825ab3b9e5f18068a911e54e1 100644 (file)
--- a/CGI.pl
+++ b/CGI.pl
@@ -457,7 +457,7 @@ sub confirm_login {
                $realpwd = FetchOneColumn();
             }
            print "Content-type: text/html\n\n";
-           PutHeader("<H1>Password has been emailed");
+           PutHeader("Password has been emailed");
             MailPassword($enteredlogin, $realpwd);
             exit;
         }