diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-03-26 10:50:56 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-03-26 10:50:56 +0000 |
commit | 890ac85856fa53792558422550ce24d82c469a66 (patch) | |
tree | 0fc5286a2b1e84338642e428c96727873a61ac1d | |
parent | e3a8a3b1068a643af1cd83c139d6df3140938f72 (diff) | |
download | vdr-plugin-live-890ac85856fa53792558422550ce24d82c469a66.tar.gz vdr-plugin-live-890ac85856fa53792558422550ce24d82c469a66.tar.bz2 |
Spaces in between tables now also don't have a background image in konqueror
-rw-r--r-- | pages/schedule.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/schedule.ecpp b/pages/schedule.ecpp index 8afdd58..499463f 100644 --- a/pages/schedule.ecpp +++ b/pages/schedule.ecpp @@ -77,7 +77,7 @@ using namespace vdrlive; if (current_day != "") { }> <tr> - <td colspan="4" style="border-top: 1px solid black; border-bottom: none; background-image: url()"> </td></tr> + <td colspan="4" style="border-top: 1px solid black; border-bottom: none; background-image: none"> </td></tr> </tr> <{ } |