mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-10 15:48:42 +00:00
6bb8c1fcac
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
10 lines
373 B
Plaintext
10 lines
373 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.
|