alecpl
2008-07-18 bc0fe54235ae4f5cd4a74be91beb1f9953eb7b03
#1485213: fixed $allowed array for inputfield


1 files modified
2 ■■■ changed files
program/include/html.php 2 ●●● 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())
    {