]> git.mxchange.org Git - friendica.git/blob - library/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt
Merge branch 'master' of https://github.com/friendica/friendica
[friendica.git] / library / HTMLPurifier / ConfigSchema / schema / Core.EscapeInvalidTags.txt
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