diff options
author | gerv%gerv.net <> | 2002-05-26 16:01:53 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-05-26 16:01:53 +0200 |
commit | afefcd738ac225204669acaa719097938c804514 (patch) | |
tree | 4139c4f41be5e1c956114c78bf391caa9530ff10 | |
parent | 6474e7b6c9ac71dfa9d7454aa1306fbc026faea2 (diff) | |
download | bugzilla-afefcd738ac225204669acaa719097938c804514.tar.gz bugzilla-afefcd738ac225204669acaa719097938c804514.tar.xz |
Backing out mistakenly-checked-in code fragment. Thanks to MattyT for pointing this out.
-rw-r--r-- | CGI.pl | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -857,10 +857,7 @@ Content-type: text/html print qq| <hr> <p>If you don't have a Bugzilla account, you can - <a href="createaccount.cgi">create a new account</a>. - <a href="display.cgi?page=why-account"> - I just want to report a bug. - Why is this necessary?</a></p> + <a href="createaccount.cgi">create a new account</a>.</p> <form method="get" action="token.cgi"> <input type="hidden" name="a" value="reqpw"> If you have an account, but have forgotten your password, |