Commit 4fc1548b authored by terry%mozilla.org's avatar terry%mozilla.org

Got rid of extra <H1> tag.

parent f7895536
...@@ -457,7 +457,7 @@ sub confirm_login { ...@@ -457,7 +457,7 @@ sub confirm_login {
$realpwd = FetchOneColumn(); $realpwd = FetchOneColumn();
} }
print "Content-type: text/html\n\n"; print "Content-type: text/html\n\n";
PutHeader("<H1>Password has been emailed"); PutHeader("Password has been emailed");
MailPassword($enteredlogin, $realpwd); MailPassword($enteredlogin, $realpwd);
exit; exit;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment