From 35b2429d0091bfd1fba38e1a399d4e2486c3e3fa Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" Date: Tue, 28 Dec 1999 22:31:47 +0000 Subject: [PATCH] Got rid of extra

tag. --- webtools/bugzilla/CGI.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/bugzilla/CGI.pl b/webtools/bugzilla/CGI.pl index 1e22afc5253e..0ab0cd10cb79 100644 --- a/webtools/bugzilla/CGI.pl +++ b/webtools/bugzilla/CGI.pl @@ -457,7 +457,7 @@ sub confirm_login { $realpwd = FetchOneColumn(); } print "Content-type: text/html\n\n"; - PutHeader("

Password has been emailed"); + PutHeader("Password has been emailed"); MailPassword($enteredlogin, $realpwd); exit; }