diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-05-01 16:28:22 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-05-01 16:28:22 +0000 |
commit | 15c57fca7b62158484520e5edec1a9e3ee86be36 (patch) | |
tree | 7ff0e2e37e0401e657536d88c2ad27ad41d16c21 /pages | |
parent | 499f3b947886518eef3254691fd42f33990d0d00 (diff) | |
download | vdr-plugin-live-15c57fca7b62158484520e5edec1a9e3ee86be36.tar.gz vdr-plugin-live-15c57fca7b62158484520e5edec1a9e3ee86be36.tar.bz2 |
Fixed HTML errors, bug #278
Diffstat (limited to 'pages')
-rw-r--r-- | pages/schedule.ecpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/schedule.ecpp b/pages/schedule.ecpp index 1de1e66..93143e5 100644 --- a/pages/schedule.ecpp +++ b/pages/schedule.ecpp @@ -59,7 +59,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); <& pageelems.logo &> <& menu active=("schedule") component=("schedule.channel_selection")> <div class="inhalt"> - <table class="schedule" cellspacing="0" callpadding="0"> + <table class="schedule" cellspacing="0" cellpadding="0"> <{ bool active_line = false; string current_day = ""; @@ -102,7 +102,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); % } % if (Schedule->Events()->Count() > 0) { <tr> - <td colspan="4" style="border-top: 1px solid black; background-image: none; border-bottom: none"> </td></tr> + <td colspan="4" style="border-top: 1px solid black; background-image: none; border-bottom: none"> </td> </tr> % } </table> |