summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-23 15:00:18 +0400
committerAndrew Dolgov <[email protected]>2012-08-23 15:00:18 +0400
commit9435c4dca4fcd4eeaf874a46b9628b4294a71e2a (patch)
tree02e4b313612a6b217205b36475efe56081cfb1e6 /mobile
parentacf33893ab44d684642accc705cf465a92c3f3f5 (diff)
mobile: disable autocapitalize on login screen
Diffstat (limited to 'mobile')
-rw-r--r--mobile/login_form.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/login_form.php b/mobile/login_form.php
index 21710c229..ad5e35cea 100644
--- a/mobile/login_form.php
+++ b/mobile/login_form.php
@@ -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">