aboutsummaryrefslogtreecommitdiffstats
path: root/lib/htmlpurifier/tests/HTMLPurifier/HTMLT/strict-blockquote.htmlt
blob: b61e8dc070d1fce81480c60e8093aa1b37c440ca (plain) (blame)
1
2
3
4
5
6
7
--INI--
HTML.Strict = true
--HTML--
<blockquote>Illegal contents</blockquote>
--EXPECT--
<blockquote><p>Illegal contents</p></blockquote>
--# vim: et sw=4 sts=4