mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-10 07:38:41 +00:00
d3c04de9dc
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1575 48356398-32a2-884e-a903-53898d9a118a
10 lines
382 B
Plaintext
10 lines
382 B
Plaintext
Core.EscapeInvalidChildren
|
|
TYPE: bool
|
|
DEFAULT: false
|
|
--DESCRIPTION--
|
|
When true, a child is found that is not allowed in the context of the
|
|
parent element will be transformed into text as if it were ASCII. When
|
|
false, that element and all internal tags will be dropped, though text will
|
|
be preserved. There is no option for dropping the element but preserving
|
|
child nodes.
|