mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-12-23 08:51:53 +00:00
7 lines
138 B
Plaintext
7 lines
138 B
Plaintext
|
--INI--
|
||
|
HTML.Strict = true
|
||
|
--HTML--
|
||
|
<blockquote>Illegal contents</blockquote>
|
||
|
--EXPECT--
|
||
|
<blockquote><p>Illegal contents</p></blockquote>
|