Warning, /webapps/ocs-apiserver/library/HTMLPurifier/ConfigSchema/schema/Core.RemoveProcessingInstructions.txt is written in an unsupported language. File is not indexed.
0001 Core.RemoveProcessingInstructions 0002 TYPE: bool 0003 VERSION: 4.2.0 0004 DEFAULT: false 0005 --DESCRIPTION-- 0006 Instead of escaping processing instructions in the form <code><? ... 0007 ?></code>, remove it out-right. This may be useful if the HTML 0008 you are validating contains XML processing instruction gunk, however, 0009 it can also be user-unfriendly for people attempting to post PHP 0010 snippets. 0011 --# vim: et sw=4 sts=4