8 lines
168 B
Plaintext
Executable File
8 lines
168 B
Plaintext
Executable File
--INI--
|
|
HTML.Strict = true
|
|
--HTML--
|
|
<blockquote>Illegal contents</blockquote>
|
|
--EXPECT--
|
|
<blockquote><p>Illegal contents</p></blockquote>
|
|
--# vim: et sw=4 sts=4
|