Changeset a3f149e in github for program/include/html.php
- Timestamp:
- Sep 19, 2008 1:01:57 PM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- e5af2fe
- Parents:
- 20a2519
- File:
-
- 1 edited
-
program/include/html.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/html.php
r491a6e2 ra3f149e 249 249 protected $tagname = 'input'; 250 250 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'); 252 252 253 253 public function __construct($attrib = array())
Note: See TracChangeset
for help on using the changeset viewer.
