]> git.immae.eu Git - github/wallabag/wallabag.git/blob - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt
remove autoload section in composer.json
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / 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