From 327d9339c4b910e4538b5d8f98400ceab1718cac Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 14 Aug 2012 15:10:05 +0200 Subject: Disable autocapitalization in login form on iPad/iPhone (#1488609) Conflicts: program/include/html.php --- program/include/html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'program/include/html.php') diff --git a/program/include/html.php b/program/include/html.php index 0e89d778f..c15ef45cb 100644 --- a/program/include/html.php +++ b/program/include/html.php @@ -317,7 +317,8 @@ class html_inputfield extends html { protected $tagname = 'input'; protected $type = 'text'; - protected $allowed = array('type','name','value','size','tabindex', + protected $allowed = array( + 'type','name','value','size','tabindex','autocapitalize', 'autocomplete','checked','onchange','onclick','disabled','readonly', 'spellcheck','results','maxlength','src','multiple','placeholder'); -- cgit v1.2.3