summaryrefslogtreecommitdiff
path: root/program/include/html.php
diff options
context:
space:
mode:
Diffstat (limited to 'program/include/html.php')
-rw-r--r--program/include/html.php3
1 files changed, 2 insertions, 1 deletions
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');