mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 23:15:57 +00:00
Input didn't have a type.
This pasword input didn't have type="input". Now it does.
This commit is contained in:
@@ -169,7 +169,7 @@ class Pref_Users extends Handler_Protected {
|
|||||||
print "<br/>";
|
print "<br/>";
|
||||||
|
|
||||||
print __('Change password to') .
|
print __('Change password to') .
|
||||||
" <input size=\"20\" onkeypress=\"return filterCR(event, userEditSave)\"
|
" <input type=\"password\" size=\"20\" onkeypress=\"return filterCR(event, userEditSave)\"
|
||||||
name=\"password\">";
|
name=\"password\">";
|
||||||
|
|
||||||
print "</div>";
|
print "</div>";
|
||||||
|
|||||||
Reference in New Issue
Block a user