htmlpurifier: suppress HTML.Allowed deprecation warning
This commit is contained in:
parent
dbaa4e4aac
commit
1849a788cc
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
|||
$allowed = "p,a[href],i,em,b,strong,code,pre,blockquote,br,img[src|alt|title],ul,ol,li,h1,h2,h3,h4,s,object[classid|type|id|name|width|height|codebase],param[name|value]";
|
||||
|
||||
$config->set('HTML.SafeObject', true);
|
||||
$config->set('HTML', 'Allowed', $allowed);
|
||||
@$config->set('HTML', 'Allowed', $allowed);
|
||||
$config->set('Output.FlashCompat', true);
|
||||
$config->set('Attr.EnableID', true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue