From ddd4b5c459fe379562752b928abea2a9b878eb5e Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Tue, 16 Oct 2001 06:02:48 +0000 Subject: Fix for bug 98146. Patch by Gerv . r=myk, no second review needed. --- doeditvotes.cgi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doeditvotes.cgi') diff --git a/doeditvotes.cgi b/doeditvotes.cgi index 75208ce35..ab3ae14b6 100755 --- a/doeditvotes.cgi +++ b/doeditvotes.cgi @@ -84,9 +84,11 @@ my $who = DBNameToIdAndCheck($::COOKIE{'Bugzilla_login'}); if ( (! defined $who) || (!$who) ) { PutHeader("Bad login."); - print "The login info got confused. If you want to adjust the votes\n"; - print "for $::COOKIE{'Bugzilla_login'}, then please\n"; - print "click here.
\n"; + print qq| + The login info got confused. Please + log in + (again) and try again.\n + |; PutFooter(); exit(); } -- cgit v1.2.3-24-g4f1b