diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-28 20:46:59 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-28 20:46:59 +0000 |
commit | 624441e6c377d42ccaea34adabd4783e9f3158c8 (patch) | |
tree | 14f4a11797d48d1609aeaf07c63b054e9e7133a8 | |
parent | 66d388aab3917efcc16a9afb9870cbdcd555ab96 (diff) | |
download | vdr-plugin-live-624441e6c377d42ccaea34adabd4783e9f3158c8.tar.gz vdr-plugin-live-624441e6c377d42ccaea34adabd4783e9f3158c8.tar.bz2 |
fixed html error
-rw-r--r-- | pages/timers.ecpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/timers.ecpp b/pages/timers.ecpp index 169961b..b90fc1a 100644 --- a/pages/timers.ecpp +++ b/pages/timers.ecpp @@ -73,7 +73,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); previousDay = timer->Day(); }> <tr class="head"> - <td style="background: url(bg_box_l.png); width: 3px;"/></td> + <td style="background: url(bg_box_l.png); width: 3px;"></td> <td colspan="9"><$ timer->WeekDays() > 0 ? *cTimer::PrintDay(0, timer->WeekDays()) : FormatDateTime(tr("%A, %x"), timer->Day()) $></td> <td style="background: url(bg_box_r.png); width: 3px;" /></td> </tr> @@ -95,7 +95,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); }> <tr> <td class="border" style="border-left: 1px solid black"></td> - <td><{ if (timer->Flags() & tfActive) { }><img src="/arrow.png" alt=""> <{ } }></td> + <td><{ if (timer->Flags() & tfActive) { }><img src="/arrow.png" alt=""></img> <{ } }></td> <td><$ timer->Channel()->Name() $></td> <td><$ FormatDateTime(tr("%I:%M %p"), timer->StartTime()) $></td> <td><$ FormatDateTime(tr("%I:%M %p"), timer->StopTime()) $></td> |