Warning, /webapps/ocs-webserver/library/HTMLPurifier/ConfigSchema/schema/Core.HiddenElements.txt is written in an unsupported language. File is not indexed.
0001 Core.HiddenElements 0002 TYPE: lookup 0003 --DEFAULT-- 0004 array ( 0005 'script' => true, 0006 'style' => true, 0007 ) 0008 --DESCRIPTION-- 0009 0010 <p> 0011 This directive is a lookup array of elements which should have their 0012 contents removed when they are not allowed by the HTML definition. 0013 For example, the contents of a <code>script</code> tag are not 0014 normally shown in a document, so if script tags are to be removed, 0015 their contents should be removed to. This is opposed to a <code>b</code> 0016 tag, which defines some presentational changes but does not hide its 0017 contents. 0018 </p> 0019 --# vim: et sw=4 sts=4