From 858fd64e0faa9a0717167f1d84543c4a542c495c Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Wed, 17 Oct 2001 01:42:05 +0000 Subject: Bug 98146 redux - changing URL to relative one. Oops. Patch by jake, r=gerv. --- doeditvotes.cgi | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doeditvotes.cgi b/doeditvotes.cgi index ab3ae14b6..bcc7db629 100755 --- a/doeditvotes.cgi +++ b/doeditvotes.cgi @@ -85,10 +85,8 @@ my $who = DBNameToIdAndCheck($::COOKIE{'Bugzilla_login'}); if ( (! defined $who) || (!$who) ) { PutHeader("Bad login."); print qq| - The login info got confused. Please - log in - (again) and try again.\n - |; + The login info got confused. Please log + in (again) and try again.\n|; PutFooter(); exit(); } -- cgit v1.2.3-24-g4f1b