]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Split a too long line
authorFrédéric Buclin <LpSolit@gmail.com>
Thu, 16 Jan 2014 18:50:43 +0000 (19:50 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 16 Jan 2014 18:50:43 +0000 (19:50 +0100)
template/en/default/account/auth/login-small.html.tmpl

index 433925d7275aaed857327c2ecfbe3e3731a4edaa..32dbe431bcfaa03dc9c3d6900b80b456757d3b3a 100644 (file)
@@ -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>