Warning, /webapps/ocs-apiserver/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt is written in an unsupported language. File is not indexed.

0001 HTML.AllowedElements
0002 TYPE: lookup/null
0003 VERSION: 1.3.0
0004 DEFAULT: NULL
0005 --DESCRIPTION--
0006 <p>
0007     If HTML Purifier's tag set is unsatisfactory for your needs, you can
0008     overload it with your own list of tags to allow.  If you change
0009     this, you probably also want to change %HTML.AllowedAttributes; see
0010     also %HTML.Allowed which lets you set allowed elements and
0011     attributes at the same time.
0012 </p>
0013 <p>
0014     If you attempt to allow an element that HTML Purifier does not know
0015     about, HTML Purifier will raise an error.  You will need to manually
0016     tell HTML Purifier about this element by using the
0017     <a href="http://htmlpurifier.org/docs/enduser-customize.html">advanced customization features.</a>
0018 </p>
0019 <p>
0020     <strong>Warning:</strong> If another directive conflicts with the
0021     elements here, <em>that</em> directive will win and override.
0022 </p>
0023 --# vim: et sw=4 sts=4