From 2e8c2cb7bed1e60ef24a4d79ffdd361c8c727e9b Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 19 Sep 2008 17:01:57 +0000 Subject: Fix search box on Safari and make pages validate git-svn-id: https://svn.roundcube.net/trunk@1850 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include/html.php') diff --git a/roundcubemail/program/include/html.php b/roundcubemail/program/include/html.php index 8d3144d93..50689f2e7 100644 --- a/roundcubemail/program/include/html.php +++ b/roundcubemail/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()) { -- cgit v1.2.3