summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdoeditvotes.cgi6
1 files 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
- <a href="http://bugzilla.mozilla.org/query.cgi?GoAheadAndLogIn=1">log in</a>
- (again) and try again.\n
- |;
+ The login info got confused. Please <a href="query.cgi?GoAheadAndLogIn=1">log
+ in</a> (again) and try again.\n|;
PutFooter();
exit();
}