mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-13 08:48:41 +00:00
7 lines
138 B
Plaintext
7 lines
138 B
Plaintext
|
--INI--
|
||
|
HTML.Strict = true
|
||
|
--HTML--
|
||
|
<u>Illegal underline</u>
|
||
|
--EXPECT--
|
||
|
<span style="text-decoration:underline;">Illegal underline</span>
|