pastafarianstvi.cz/libraries/htmlpurifier-4.14.0/tests/HTMLPurifier/HTMLT/strict-blockquote.htmlt

8 lines
168 B
Text
Raw Normal View History

2022-11-19 17:30:09 +01:00
--INI--
HTML.Strict = true
--HTML--
<blockquote>Illegal contents</blockquote>
--EXPECT--
<blockquote><p>Illegal contents</p></blockquote>
--# vim: et sw=4 sts=4