diff options
author | Gordon P. Hemsley <gphemsley@gmail.com> | 2010-02-17 22:55:21 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-17 22:55:21 +0100 |
commit | 738591be1e58b664146eb12b61fa4294d56b534e (patch) | |
tree | ceaeec93acd30000055ada5afb4b31d197e59512 /template/en/default/account/auth | |
parent | 779b283127b310bb8676d11fed7a071ef1ce4ceb (diff) | |
download | bugzilla-738591be1e58b664146eb12b61fa4294d56b534e.tar.gz bugzilla-738591be1e58b664146eb12b61fa4294d56b534e.tar.xz |
Bug 546340 - Change <a name> anchors to use @id
r=mkanat, a=mkanat
Diffstat (limited to 'template/en/default/account/auth')
-rw-r--r-- | template/en/default/account/auth/login.html.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl index 9a043e4f4..80dd12153 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -107,8 +107,7 @@ [% IF user.authorizer.can_change_password %] <hr> - <a name="forgot"></a> - <form method="get" action="token.cgi"> + <form id="forgot" method="get" action="token.cgi"> <input type="hidden" name="a" value="reqpw"> If you have an account, but have forgotten your password, enter your login name below and submit a request |