summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdoeditvotes.cgi8
1 files changed, 5 insertions, 3 deletions
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 <tt>$::COOKIE{'Bugzilla_login'}</tt>, then please\n";
- print "<a href=showvotes.cgi?user=$who>click here</a>.<hr>\n";
+ 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
+ |;
PutFooter();
exit();
}