1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-28 07:01:28 +00:00

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

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