mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-03-25 07:07:02 +00:00
6 lines
183 B
Plaintext
6 lines
183 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>
|
|
--# vim: et sw=4 sts=4
|