summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-12-11 12:37:02 +0300
committerAndrew Dolgov <[email protected]>2009-12-11 12:37:02 +0300
commit4f7bca9bbb28a3553aa863b11adf8c67011ba20e (patch)
treefd3aeafcdf82d1014b542926ec635fd277d6d6ef /mobile
parente36f43d211f1a8d2e172d9a0efed99f210b998c9 (diff)
mobile: help mobile browsers auto-fill user names
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 dd5b4acdc..4e414b5a0 100644
--- a/mobile/login_form.php
+++ b/mobile/login_form.php
@@ -56,7 +56,7 @@ window.onload = init;
<?php } ?>
<table>
- <tr><td align='right'><?php echo __("Login:") ?></td><td><input name="login"></td>
+ <tr><td align='right'><?php echo __("Login:") ?></td><td><input type="text" name="login"></td>
<tr><td align='right'><?php echo __("Password:") ?></td><td><input type="password" name="password"></tr>
<tr><td align="right"><?php echo __("Language:") ?></td>