From b8dc3e0e61311fe03f21761fd7de1ca80d10c990 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Tue, 14 Aug 2012 09:10:05 -0400 Subject: [PATCH] Disable autocapitalization in login form on iPad/iPhone (#1488609) --- program/include/html.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/include/html.php b/program/include/html.php index b42da1d..6d177e1 100644 --- a/program/include/html.php +++ b/program/include/html.php @@ -358,7 +358,7 @@ 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', ); -- Gitblit v1.9.1