summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcreateaccount.cgi3
1 files changed, 1 insertions, 2 deletions
diff --git a/createaccount.cgi b/createaccount.cgi
index 3107f6a5d..8a905c465 100755
--- a/createaccount.cgi
+++ b/createaccount.cgi
@@ -62,8 +62,7 @@ if (defined $login) {
print "A bugzilla account for <tt>$login</tt> has been created. The\n";
print "password has been e-mailed to that address. When it is\n";
print "received, you may <a href=query.cgi?GoAheadAndLogIn>click\n";
- print "here</a> and log in. Or, you can just <a href=\"\">go back to\n";
- print "the top</a>.";
+ print "here</a> and log in.";
PutFooter();
exit;
}