From bc0fe54235ae4f5cd4a74be91beb1f9953eb7b03 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 18 Jul 2008 10:10:59 -0400
Subject: [PATCH] #1485213: fixed $allowed array for inputfield
---
program/include/html.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/program/include/html.php b/program/include/html.php
index a11a1a4..68bc66b 100644
--- a/program/include/html.php
+++ b/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())
{
--
Gitblit v1.9.1