Rewrite FixNesting implementation to be tree-based.
[htmlpurifier.git] / library / HTMLPurifier / ConfigSchema / schema / Core.EscapeInvalidTags.txt
bloba7a5b249bb71bc7623d67ffb69e5dadc43f959aa
1 Core.EscapeInvalidTags
2 TYPE: bool
3 DEFAULT: false
4 --DESCRIPTION--
5 When true, invalid tags will be written back to the document as plain text.
6 Otherwise, they are silently dropped.
7 --# vim: et sw=4 sts=4