[dw-free] clean up error logs
[commit: http://hg.dwscoalition.org/dw-free/rev/5c1fda5ab973]
http://bugs.dwscoalition.org/show_bug.cgi?id=2812
Fix image path.
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2812
Fix image path.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stc/entry.css
-------------------------------------------------------------------------------- diff -r c90874268293 -r 5c1fda5ab973 htdocs/stc/entry.css --- a/htdocs/stc/entry.css Tue Aug 17 12:18:12 2010 +0800 +++ b/htdocs/stc/entry.css Tue Aug 17 13:51:37 2010 +0800 @@ -522,7 +522,7 @@ width: 101px; height: 29px; float: left; - background: url(/img/lastfm_logo.gif) no-repeat; + background: url(/stc/img/lastfm_logo.gif) no-repeat; border-bottom: 0px !important; } --------------------------------------------------------------------------------