summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-12-29 07:31:47 +0100
committerterry%mozilla.org <>1999-12-29 07:31:47 +0100
commit4fc1548b746b0546b4bbd90b711adda36e891725 (patch)
treec7a6c0326aed20207f4d3f514939d44839e25c9c /CGI.pl
parentf78955364bb90d95b295af690eb16a90ee5b9db8 (diff)
downloadbugzilla-4fc1548b746b0546b4bbd90b711adda36e891725.tar.gz
bugzilla-4fc1548b746b0546b4bbd90b711adda36e891725.tar.xz
Got rid of extra <H1> tag.
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CGI.pl b/CGI.pl
index 1e22afc52..0ab0cd10c 100644
--- 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;
}