Exported configuration values!
[htmlpurifier/rdancer.git] / library / HTMLPurifier / ConfigSchema / Filter.ExtractStyleBlocksEscaping.txt
blobf2ca070eddc975f4b9bead2bdc0bee8497e721d2
1 Filter.ExtractStyleBlocksEscaping\r
2 TYPE: bool\r
3 VERSION: 3.0.0\r
4 DEFAULT: true\r
5 --DESCRIPTION--\r
6 \r
7 <p>\r
8   Whether or not to escape the dangerous characters &lt;, &gt; and &amp;\r
9   as \3C, \3E and \26, respectively. This is can be safely set to false\r
10   if the contents of StyleBlocks will be placed in an external stylesheet,\r
11   where there is no risk of it being interpreted as HTML. \r
12 </p>\r