summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}