program/include/html.php | ●●●●● patch | view | raw | blame | history |
program/include/html.php
@@ -248,7 +248,7 @@ { protected $tagname = 'input'; protected $type = 'text'; protected $allowed = array('type','name','value','size','tabindex','autocomplete','checked','onchange'); protected $allowed = array('type','name','value','size','tabindex','autocomplete','checked','onchange','onclick'); public function __construct($attrib = array()) {