diff --git a/webtools/bugzilla/CGI.pl b/webtools/bugzilla/CGI.pl index 328b4d9ea5cc..2b137168581d 100644 --- a/webtools/bugzilla/CGI.pl +++ b/webtools/bugzilla/CGI.pl @@ -396,7 +396,7 @@ sub confirm_login { my $enteredcryptpwd = crypt($enteredpwd, substr($realcryptpwd, 0, 2)); if ($realcryptpwd eq "" || $enteredcryptpwd ne $realcryptpwd) { print "Content-type: text/html\n\n"; - print "

Login failed.

\n"; + PutHeader("Login failed"); print "The username or password you entered is not valid.\n"; print "Please click Back and try again.\n"; exit;