mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-03-12 01:28:44 +00:00
8 lines
161 B
Plaintext
8 lines
161 B
Plaintext
--INI--
|
|
HTML.Strict = true
|
|
--HTML--
|
|
<blockquote>Illegal contents</blockquote>
|
|
--EXPECT--
|
|
<blockquote><p>Illegal contents</p></blockquote>
|
|
--# vim: et sw=4 sts=4
|