Blame view

htmlpurifier/tests/HTMLPurifier/HTMLT/blacklist-remove.htmlt 158 Bytes
Maulyanda authored
1 2 3 4 5 6 7 8
--INI--
HTML.ForbiddenElements = b
HTML.ForbiddenAttributes = a@href
--HTML--
<b>Foo<a href="bar">bar</a></b>
--EXPECT--
Foo<a>bar</a>
--# vim: et sw=4 sts=4