]> git.immae.eu Git - github/wallabag/wallabag.git/blame - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Escaping.txt
remove autoload section in composer.json
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / ConfigSchema / schema / Filter.ExtractStyleBlocks.Escaping.txt
CommitLineData
d4949327
NL
1Filter.ExtractStyleBlocks.Escaping\r
2TYPE: bool\r
3VERSION: 3.0.0\r
4DEFAULT: true\r
5ALIASES: Filter.ExtractStyleBlocksEscaping, FilterParam.ExtractStyleBlocksEscaping\r
6--DESCRIPTION--\r
7\r
8<p>\r
9 Whether or not to escape the dangerous characters &lt;, &gt; and &amp;\r
10 as \3C, \3E and \26, respectively. This is can be safely set to false\r
11 if the contents of StyleBlocks will be placed in an external stylesheet,\r
12 where there is no risk of it being interpreted as HTML.\r
13</p>\r
14--# vim: et sw=4 sts=4\r