1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-25 17:37:10 +00:00

htmlpurifier: suppress HTML.Allowed deprecation warning

This commit is contained in:
Andrew Dolgov
2011-04-12 19:35:13 +04:00
parent dbaa4e4aac
commit 1849a788cc

View File

@@ -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);