From: terry%mozilla.org <> Date: Wed, 29 Dec 1999 06:31:47 +0000 (+0000) Subject: Got rid of extra

tag. X-Git-Tag: bugzilla-2.12~494 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fc1548b746b0546b4bbd90b711adda36e891725;p=thirdparty%2Fbugzilla.git Got rid of extra

tag. --- diff --git a/CGI.pl b/CGI.pl index 1e22afc525..0ab0cd10cb 100644 --- a/CGI.pl +++ b/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; }