diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-28 20:27:58 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-28 20:27:58 +0000 |
commit | 66d388aab3917efcc16a9afb9870cbdcd555ab96 (patch) | |
tree | 498217de11aede2f092114261317123306d3d830 | |
parent | e30cc874d788d49efb5e45195178c23f3ee05fbf (diff) | |
download | vdr-plugin-live-66d388aab3917efcc16a9afb9870cbdcd555ab96.tar.gz vdr-plugin-live-66d388aab3917efcc16a9afb9870cbdcd555ab96.tar.bz2 |
Fixed two html-errors
-rw-r--r-- | pages/searchtimers.ecpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/searchtimers.ecpp b/pages/searchtimers.ecpp index b620cd7..41284c0 100644 --- a/pages/searchtimers.ecpp +++ b/pages/searchtimers.ecpp @@ -56,14 +56,14 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); <td> </td> <td> </td> <td> </td> - <td style="background: url(bg_box_r.png); width: 3px;" /></td> + <td style="background: url(bg_box_r.png); width: 3px;"></td> </tr> <{ for (SearchTimers::iterator timer = timers.begin(); timer != timers.end(); ++timer) { }> <tr> <td class="border" style="border-left: 1px solid black"></td> - <td><{ if(timer->UseAsSearchTimer()) { }><img src="/arrow.png" alt=""><{ } }></td> + <td><{ if(timer->UseAsSearchTimer()) { }><img src="/arrow.png" alt=""></img><{ } }></td> <td><$ timer->Search() $></td> <td><$ timer->ChannelText() $></td> <td><? timer->UseTime() ? timer->StartTimeFormatted() ?></td> |