From f0ae601fcb1758bb1cdfe5385206b6b6386465b6 Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 18 Jul 2008 14:10:59 +0000 Subject: #1485213: fixed $allowed array for inputfield git-svn-id: https://svn.roundcube.net/trunk@1595 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/include/html.php b/roundcubemail/program/include/html.php index a11a1a4b2..68bc66b36 100644 --- a/roundcubemail/program/include/html.php +++ b/roundcubemail/program/include/html.php @@ -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()) { -- cgit v1.2.3