Docblock update
[htmlpurifier.git] / tests / HTMLPurifier / HTMLT / strict-blockquote.htmlt
blobb61e8dc070d1fce81480c60e8093aa1b37c440ca
1 --INI--
2 HTML.Strict = true
3 --HTML--
4 <blockquote>Illegal contents</blockquote>
5 --EXPECT--
6 <blockquote><p>Illegal contents</p></blockquote>
7 --# vim: et sw=4 sts=4