summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/html.php
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-05-17 17:46:43 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-05-17 17:46:43 +0000
commit99aeef373ce9d6621149fb731b9f3ff557a5500b (patch)
treea08dea7ba7a8f8552be5dd3bdd53c75acc22b0d3 /roundcubemail/program/include/html.php
parentb67ee9db91fdb26cf2bb7bb65b615e665f986434 (diff)
New class rcube_message representing a mail message; changed global $MESSAGE from array to object
git-svn-id: https://svn.roundcube.net/trunk@1400 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/html.php')
-rw-r--r--roundcubemail/program/include/html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/html.php b/roundcubemail/program/include/html.php
index 6f602454c..d0ab97633 100644
--- a/roundcubemail/program/include/html.php
+++ b/roundcubemail/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;