mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-06 08:14:08 +01:00
#1485213: fixed $allowed array for inputfield
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user