summaryrefslogtreecommitdiff
path: root/program/include/html.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-09-19 17:01:57 +0000
committerthomascube <thomas@roundcube.net>2008-09-19 17:01:57 +0000
commita3f149eb5729ef1ba6d1c05b29fead1058f4c888 (patch)
tree746acb9824e42bb0148ce79e5afa28eb0ba3b1fc /program/include/html.php
parent20a25197f3e2c51fb42db0832dc22d493334f20f (diff)
Fix search box on Safari and make pages validate
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 8d3144d93..50689f2e7 100644
--- a/program/include/html.php
+++ b/program/include/html.php
@@ -248,7 +248,7 @@ class html_inputfield extends html
{
protected $tagname = 'input';
protected $type = 'text';
- protected $allowed = array('type','name','value','size','tabindex','autocomplete','checked','onchange','onclick','disabled','readonly','spellcheck');
+ protected $allowed = array('type','name','value','size','tabindex','autocomplete','checked','onchange','onclick','disabled','readonly','spellcheck','results');
public function __construct($attrib = array())
{