]> git.wh0rd.org - tt-rss.git/blame - lib/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt
quickAddFeed: remove oauth notice, mention you can paste site URL
[tt-rss.git] / lib / htmlpurifier / library / HTMLPurifier / ConfigSchema / schema / Core.EscapeInvalidChildren.txt
CommitLineData
010efc9b
AD
1Core.EscapeInvalidChildren
2TYPE: bool
3DEFAULT: false
4--DESCRIPTION--
5When true, a child is found that is not allowed in the context of the
6parent element will be transformed into text as if it were ASCII. When
7false, that element and all internal tags will be dropped, though text will
8be preserved. There is no option for dropping the element but preserving
9child nodes.
10--# vim: et sw=4 sts=4