summaryrefslogtreecommitdiff
path: root/program/include/html.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-08-14 15:10:05 +0200
committerAleksander Machniak <alec@alec.pl>2012-08-14 15:10:05 +0200
commitb8dc3e0e61311fe03f21761fd7de1ca80d10c990 (patch)
tree0125a3f783140590650bf9ef73eec8172fd3dca3 /program/include/html.php
parent2922b727e81ca25717f48da4baff3e74594821b0 (diff)
Disable autocapitalization in login form on iPad/iPhone (#1488609)
Diffstat (limited to 'program/include/html.php')
-rw-r--r--program/include/html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/html.php b/program/include/html.php
index b42da1d7f..6d177e16d 100644
--- a/program/include/html.php
+++ b/program/include/html.php
@@ -358,7 +358,7 @@ class html_inputfield extends html
protected $tagname = 'input';
protected $type = 'text';
protected $allowed = array(
- 'type','name','value','size','tabindex',
+ 'type','name','value','size','tabindex','autocapitalize',
'autocomplete','checked','onchange','onclick','disabled','readonly',
'spellcheck','results','maxlength','src','multiple','placeholder',
);