Ignore:
Timestamp:
Sep 19, 2008 1:01:57 PM (5 years ago)
Author:
thomasb
Message:

Fix search box on Safari and make pages validate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/html.php

    r1806 r1850  
    249249    protected $tagname = 'input'; 
    250250    protected $type = 'text'; 
    251     protected $allowed = array('type','name','value','size','tabindex','autocomplete','checked','onchange','onclick','disabled','readonly','spellcheck'); 
     251    protected $allowed = array('type','name','value','size','tabindex','autocomplete','checked','onchange','onclick','disabled','readonly','spellcheck','results'); 
    252252 
    253253    public function __construct($attrib = array()) 
Note: See TracChangeset for help on using the changeset viewer.