blacklist-remove.htmlt 158 B

12345678
  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