mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-13 00:38:42 +00:00
7 lines
167 B
Plaintext
7 lines
167 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>
|