]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/changepassword.html
Cleanup: explicitely loop over PHP variables in templates
[github/shaarli/Shaarli.git] / tpl / changepassword.html
index 48cf5fa3b66c5159a08493a2936d4ef78c3b1283..c40daf9d385b781fe3c2c1bbfa713b00a2164ba9 100644 (file)
@@ -4,7 +4,7 @@
 <body onload="document.changepasswordform.oldpassword.focus();">
 <div id="pageheader">
        {include="page.header"}
-       <form method="POST" action="" name="changepasswordform" id="changepasswordform">
+       <form method="POST" action="#" name="changepasswordform" id="changepasswordform">
        Old password: <input type="password" name="oldpassword">&nbsp; &nbsp;
        New password: <input type="password" name="setpassword">
        <input type="hidden" name="token" value="{$token}">