repo.or.cz
/
htmlpurifier
/
darkodev.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix two minor bugs, updating Phorum and removing unused $dir variable.
[htmlpurifier/darkodev.git]
/
tests
/
HTMLPurifier
/
HTMLT
/
tidy-background.htmlt
blob
9b1127085380f09f40f250695fcb22049055588a
1
--HTML--
2
<table background="logo.png"><tr><td>asdf</td></tr></table>
3
--EXPECT--
4
<table style="background-image:url(logo.png);"><tr><td>asdf</td></tr></table>
5
--# vim: et sw=4 sts=4