From 59200ca922332e889302ba7142853c6bd7a75295 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 18 Jul 2008 11:44:19 -0400
Subject: [PATCH] -fixed attachments removing in draft mode 

---
 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