mobile: disable autocapitalize on login screen

This commit is contained in:
Andrew Dolgov 2012-08-23 15:00:18 +04:00
parent acf33893ab
commit 9435c4dca4
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ function do_login() {
<div class="row">
<label><?php echo __("Login:") ?></label>
<input type="text" name="login">
<input type="text" autocapitalize="off" name="login">
</div>
<div class="row">