From bc0fe54235ae4f5cd4a74be91beb1f9953eb7b03 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 18 Jul 2008 14:10:59 +0000 Subject: #1485213: fixed $allowed array for inputfield --- program/include/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/include/html.php b/program/include/html.php index a11a1a4b2..68bc66b36 100644 --- a/program/include/html.php +++ b/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