Warning, /webapps/ocs-webserver/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Escaping.txt is written in an unsupported language. File is not indexed.

0001 Filter.ExtractStyleBlocks.Escaping
0002 TYPE: bool
0003 VERSION: 3.0.0
0004 DEFAULT: true
0005 ALIASES: Filter.ExtractStyleBlocksEscaping, FilterParam.ExtractStyleBlocksEscaping
0006 --DESCRIPTION--
0007 
0008 <p>
0009   Whether or not to escape the dangerous characters &lt;, &gt; and &amp;
0010   as \3C, \3E and \26, respectively. This is can be safely set to false
0011   if the contents of StyleBlocks will be placed in an external stylesheet,
0012   where there is no risk of it being interpreted as HTML.
0013 </p>
0014 --# vim: et sw=4 sts=4