diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-01-16 19:50:43 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-01-16 19:50:43 +0100 |
commit | 87941c04124e72fb70a7943f4b488f8153e3a6e6 (patch) | |
tree | 228b8d8ea501251b25240a6b427f625d6709db66 /template/en | |
parent | ec84eeb8a8072a71cb3938747a88cfc36da42368 (diff) | |
download | bugzilla-87941c04124e72fb70a7943f4b488f8153e3a6e6.tar.gz bugzilla-87941c04124e72fb70a7943f4b488f8153e3a6e6.tar.xz |
Split a too long line
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/account/auth/login-small.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl index 433925d72..32dbe431b 100644 --- a/template/en/default/account/auth/login-small.html.tmpl +++ b/template/en/default/account/auth/login-small.html.tmpl @@ -67,7 +67,8 @@ <input id="forgot_button[% qs_suffix %]" value="Reset Password" type="submit"> <input type="hidden" name="a" value="reqpw"> - <input type="hidden" id="token[% qs_suffix FILTER html %]" name="token" value="[% issue_hash_token(['reqpw']) FILTER html %]"> + <input type="hidden" id="token[% qs_suffix FILTER html %]" name="token" + value="[% issue_hash_token(['reqpw']) FILTER html %]"> <a href="#" onclick="return hide_forgot_form('[% qs_suffix %]')">[x]</a> </form> </li> |