diff options
Diffstat (limited to 'template/en/default/account/exists.html.tmpl')
-rw-r--r-- | template/en/default/account/exists.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/account/exists.html.tmpl b/template/en/default/account/exists.html.tmpl index 5281b20cf..3516dc7cc 100644 --- a/template/en/default/account/exists.html.tmpl +++ b/template/en/default/account/exists.html.tmpl @@ -28,11 +28,11 @@ %] <form method="get" action="token.cgi"> - <input type="hidden" name="a" value="reqpw" /> - <input type="hidden" name="loginname" value="[% login FILTER html %]" /> + <input type="hidden" name="a" value="reqpw"> + <input type="hidden" name="loginname" value="[% login FILTER html %]"> A Bugzilla account for <tt>[% login FILTER html %]</tt> already exists. If you are the account holder and have forgotten your password, - <input type="submit" value="submit a request to change it" />. + <input type="submit" value="submit a request to change it">. </form> [% PROCESS global/footer.html.tmpl %] |