Changeset a3f149e in github for program/include/html.php


Ignore:
Timestamp:
Sep 19, 2008 1:01:57 PM (5 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
e5af2fe
Parents:
20a2519
Message:

Fix search box on Safari and make pages validate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/html.php

    r491a6e2 ra3f149e  
    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.