]> git.mxchange.org Git - friendica.git/blob - library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt
make 'PHP "register_argc_argv"' easier to translate, may require fix for po2php
[friendica.git] / library / HTMLPurifier / ConfigSchema / schema / HTML.AllowedElements.txt
1 HTML.AllowedElements
2 TYPE: lookup/null
3 VERSION: 1.3.0
4 DEFAULT: NULL
5 --DESCRIPTION--
6 <p>
7     If HTML Purifier's tag set is unsatisfactory for your needs, you
8     can overload it with your own list of tags to allow.  Note that this
9     method is subtractive: it does its job by taking away from HTML Purifier
10     usual feature set, so you cannot add a tag that HTML Purifier never
11     supported in the first place (like embed, form or head).  If you
12     change this, you probably also want to change %HTML.AllowedAttributes.
13 </p>
14 <p>
15     <strong>Warning:</strong> If another directive conflicts with the
16     elements here, <em>that</em> directive will win and override.
17 </p>
18 --# vim: et sw=4 sts=4