summaryrefslogtreecommitdiff
path: root/program/include/html.php
diff options
context:
space:
mode:
Diffstat (limited to 'program/include/html.php')
-rw-r--r--program/include/html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/html.php b/program/include/html.php
index 6f602454c..d0ab97633 100644
--- a/program/include/html.php
+++ b/program/include/html.php
@@ -32,7 +32,7 @@ class html
protected $allowed;
protected $content;
- protected static $common_attrib = array('id','class','style','title','align');
+ public static $common_attrib = array('id','class','style','title','align');
public static $containers = array('div','span','p','h1','h2','h3','form','textarea');
public static $lc_tags = true;