upgrade htmlpurifier to version 4.1.0

This commit is contained in:
Klaus Leithoff
2010-04-27 11:15:35 +00:00
parent b9dcde1e25
commit 8ce6ac92ae
27 changed files with 342 additions and 35 deletions

View File

@ -15,6 +15,7 @@ class HTMLPurifier_HTMLModule_Tidy_Proprietary extends HTMLPurifier_HTMLModule_T
$r['thead@background'] = new HTMLPurifier_AttrTransform_Background();
$r['tfoot@background'] = new HTMLPurifier_AttrTransform_Background();
$r['tbody@background'] = new HTMLPurifier_AttrTransform_Background();
$r['table@height'] = new HTMLPurifier_AttrTransform_Length('height');
return $r;
}