htmlpurifier actually destroys eveything rendering the html unusable, accents are also replaced which is not user friendly for editions
is it possible to disable the replacement of accents by &...; same for the html, I want it to remain valid
$config = HTMLPurifier_Config::createDefault();
$purifier = new HTMLPurifier($config);
$data=$purifier->purify($data);
thanks
--
You received this message because you are subscribed to the Google Groups "htmlpurifier" group.
To unsubscribe from this group and stop receiving emails from it, send an email to htmlpurifier...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.