From 4fc1548b746b0546b4bbd90b711adda36e891725 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Wed, 29 Dec 1999 06:31:47 +0000 Subject: [PATCH] Got rid of extra

tag. --- CGI.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.2