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

0001 Core.AggressivelyFixLt
0002 TYPE: bool
0003 VERSION: 2.1.0
0004 DEFAULT: true
0005 --DESCRIPTION--
0006 <p>
0007     This directive enables aggressive pre-filter fixes HTML Purifier can
0008     perform in order to ensure that open angled-brackets do not get killed
0009     during parsing stage. Enabling this will result in two preg_replace_callback
0010     calls and at least two preg_replace calls for every HTML document parsed;
0011     if your users make very well-formed HTML, you can set this directive false.
0012     This has no effect when DirectLex is used.
0013 </p>
0014 <p>
0015     <strong>Notice:</strong> This directive's default turned from false to true
0016     in HTML Purifier 3.2.0.
0017 </p>
0018 --# vim: et sw=4 sts=4