]> git.wh0rd.org Git - tt-rss.git/commitdiff
Input didn't have a type.
authorStephen Hill <stephen@gatekiller.co.uk>
Fri, 15 Mar 2013 14:54:39 +0000 (14:54 +0000)
committerStephen Hill <stephen@gatekiller.co.uk>
Fri, 15 Mar 2013 14:54:39 +0000 (14:54 +0000)
This pasword input didn't have type="input". Now it does.

classes/pref/users.php

index 49dd896e9f0a2036a7ce8fb3b96f346a51df2c16..0d7ca3c6e231fd2c599fd260fa6a729cc2894163 100644 (file)
@@ -169,7 +169,7 @@ class Pref_Users extends Handler_Protected {
                        print "<br/>";
 
                        print __('Change password to') .
-                               " <input size=\"20\" onkeypress=\"return filterCR(event, userEditSave)\"
+                               " <input type=\"password\" size=\"20\" onkeypress=\"return filterCR(event, userEditSave)\"
                                name=\"password\">";
 
                        print "</div>";