1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-06 14:16:32 +02:00

Fix CSSDefinition Printer problems with important decorator.

Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
Edward Z. Yang
2009-02-07 02:57:36 -05:00
parent db218c7b2b
commit 77f57aa264
5 changed files with 12 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
*/
class HTMLPurifier_AttrDef_CSS_DenyElementDecorator extends HTMLPurifier_AttrDef
{
protected $def, $element;
public $def, $element;
/**
* @param $def Definition to wrap

View File

@@ -5,7 +5,7 @@
*/
class HTMLPurifier_AttrDef_CSS_ImportantDecorator extends HTMLPurifier_AttrDef
{
protected $def, $allow;
public $def, $allow;
/**
* @param $def Definition to wrap