1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:15:56 +00:00

Input didn't have a type.

This pasword input didn't have type="input". Now it does.
This commit is contained in:
Stephen Hill
2013-03-15 14:54:39 +00:00
parent e600dbd44a
commit 9bb6811d2a

View 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>";