00001 <?php 00002 00003 class HTMLPurifier_HTMLModule_Tidy_Proprietary extends HTMLPurifier_HTMLModule_Tidy 00004 { 00005 00006 public $name = 'Tidy_Proprietary'; 00007 public $defaultLevel = 'light'; 00008 00009 public function makeFixes() { 00010 $r = array(); 00011 $r['table@background'] = new HTMLPurifier_AttrTransform_Background(); 00012 $r['td@background'] = new HTMLPurifier_AttrTransform_Background(); 00013 $r['th@background'] = new HTMLPurifier_AttrTransform_Background(); 00014 $r['tr@background'] = new HTMLPurifier_AttrTransform_Background(); 00015 $r['thead@background'] = new HTMLPurifier_AttrTransform_Background(); 00016 $r['tfoot@background'] = new HTMLPurifier_AttrTransform_Background(); 00017 $r['tbody@background'] = new HTMLPurifier_AttrTransform_Background(); 00018 return $r; 00019 } 00020 00021 } 00022 00023 // vim: et sw=4 sts=4
| Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved. MyOOS [Shopsystem] is Free Software released under the GNU/GPL License. Webmaster: info@r23.de (Impressum) |
|
