Warning, /webapps/ocs-apiserver/library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.TidyImpl.txt is written in an unsupported language. File is not indexed.
0001 Filter.ExtractStyleBlocks.TidyImpl 0002 TYPE: mixed/null 0003 VERSION: 3.1.0 0004 DEFAULT: NULL 0005 ALIASES: FilterParam.ExtractStyleBlocksTidyImpl 0006 --DESCRIPTION-- 0007 <p> 0008 If left NULL, HTML Purifier will attempt to instantiate a <code>csstidy</code> 0009 class to use for internal cleaning. This will usually be good enough. 0010 </p> 0011 <p> 0012 However, for trusted user input, you can set this to <code>false</code> to 0013 disable cleaning. In addition, you can supply your own concrete implementation 0014 of Tidy's interface to use, although I don't know why you'd want to do that. 0015 </p> 0016 --# vim: et sw=4 sts=4