Files
CRM/customerportal/include/htmlpurify/tests/HTMLPurifier/HTMLT/strict-blockquote-with-inline.htmlt
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

8 lines
190 B
Plaintext

--INI--
HTML.Doctype = "XHTML 1.0 Strict"
--HTML--
<blockquote>Illegal <b>contents</b></blockquote>
--EXPECT--
<blockquote><p>Illegal <b>contents</b></p></blockquote>
--# vim: et sw=4 sts=4