From 99aeef373ce9d6621149fb731b9f3ff557a5500b Mon Sep 17 00:00:00 2001 From: thomasb Date: Sat, 17 May 2008 17:46:43 +0000 Subject: 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 --- roundcubemail/program/include/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include/html.php') 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; -- cgit v1.2.3