Rewrite FixNesting implementation to be tree-based.
[htmlpurifier.git] / library / HTMLPurifier / ConfigSchema / schema / Core.CollectErrors.txt
blobd7317911fa30e3ee87456d6ff669f1d872654ae7
1 Core.CollectErrors
2 TYPE: bool
3 VERSION: 2.0.0
4 DEFAULT: false
5 --DESCRIPTION--
7 Whether or not to collect errors found while filtering the document. This
8 is a useful way to give feedback to your users. <strong>Warning:</strong>
9 Currently this feature is very patchy and experimental, with lots of
10 possible error messages not yet implemented. It will not cause any
11 problems, but it may not help your users either.
12 --# vim: et sw=4 sts=4