mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-10 07:38:41 +00:00
d0fdcc103e
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
5 lines
158 B
Plaintext
5 lines
158 B
Plaintext
--HTML--
|
|
<table background="logo.png"><tr><td>asdf</td></tr></table>
|
|
--EXPECT--
|
|
<table style="background-image:url(logo.png);"><tr><td>asdf</td></tr></table>
|