From: gerv%gerv.net <> Date: Wed, 17 Oct 2001 01:42:05 +0000 (+0000) Subject: Bug 98146 redux - changing URL to relative one. Oops. Patch by jake, r=gerv. X-Git-Tag: bugzilla-2.14.1~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=858fd64e0faa9a0717167f1d84543c4a542c495c;p=thirdparty%2Fbugzilla.git Bug 98146 redux - changing URL to relative one. Oops. Patch by jake, r=gerv. --- diff --git a/doeditvotes.cgi b/doeditvotes.cgi index ab3ae14b6c..bcc7db6293 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(); }