]> git.mxchange.org Git - friendica.git/blob - library/HTMLPurifier/ConfigSchema/schema/Core.RemoveScriptContents.txt
make 'PHP "register_argc_argv"' easier to translate, may require fix for po2php
[friendica.git] / library / HTMLPurifier / ConfigSchema / schema / Core.RemoveScriptContents.txt
1 Core.RemoveScriptContents
2 TYPE: bool/null
3 DEFAULT: NULL
4 VERSION: 2.0.0
5 DEPRECATED-VERSION: 2.1.0
6 DEPRECATED-USE: Core.HiddenElements
7 --DESCRIPTION--
8 <p>
9   This directive enables HTML Purifier to remove not only script tags
10   but all of their contents.
11 </p>
12 --# vim: et sw=4 sts=4