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
1 changed files with 1 additions and 1 deletions

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