Don't add nofollow for matching hosts, generalize this code.
[htmlpurifier.git] / tests / HTMLPurifier / HTMLT / blacklist-remove.htmlt
blob1b5985873837fe358cde26c12e321ffda6c7c595
1 --INI--
2 HTML.ForbiddenElements = b
3 HTML.ForbiddenAttributes = a@href
4 --HTML--
5 <b>Foo<a href="bar">bar</a></b>
6 --EXPECT--
7 Foo<a>bar</a>
8 --# vim: et sw=4 sts=4