pastafarianstvi.cz/libraries/htmlpurifier-4.14.0/tests/HTMLPurifier/HTMLT/strict-blockquote.htmlt
2022-11-19 17:30:09 +01:00

7 lines
168 B
Text

--INI--
HTML.Strict = true
--HTML--
<blockquote>Illegal contents</blockquote>
--EXPECT--
<blockquote><p>Illegal contents</p></blockquote>
--# vim: et sw=4 sts=4