mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-09 23:28:42 +00:00
d9e60350d3
AttrValidator's changes are fairly self-explanatory, but ErrorCollector's changes are worth a little discussion. ErrorCollector can use generators at various points during its flow control; there are two distinct generators that it should use: 1. The one used for the output, and 2. The one used for the error output. These will usually be the same, but in the odd case where they need to be different, getHTMLFormatted() will accept an alterate configuration object with an appropriate doctype. Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com> |
||
---|---|---|
.. | ||
HTMLPurifier | ||
HTMLPurifier.auto.php | ||
HTMLPurifier.autoload.php | ||
HTMLPurifier.func.php | ||
HTMLPurifier.includes.php | ||
HTMLPurifier.kses.php | ||
HTMLPurifier.path.php | ||
HTMLPurifier.php | ||
HTMLPurifier.safe-includes.php |