#1485213: fixed $allowed array for inputfield

This commit is contained in:
alecpl
2008-07-18 14:10:59 +00:00
parent 403e3f4b22
commit bc0fe54235

View File

@@ -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');
protected $allowed = array('type','name','value','size','tabindex','autocomplete','checked','onchange','onclick');
public function __construct($attrib = array())
{