diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-05-01 16:31:28 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-05-01 16:31:28 +0000 |
commit | a5aaf65954091445712c0df3ee8371a43eab0226 (patch) | |
tree | 070ac78e1b400cc06477aefc66bd67ed8f930bbb | |
parent | 6706aa98fe4dd68f5154ad3fa0bea682cd592d7e (diff) | |
download | vdr-plugin-live-a5aaf65954091445712c0df3ee8371a43eab0226.tar.gz vdr-plugin-live-a5aaf65954091445712c0df3ee8371a43eab0226.tar.bz2 |
Fixed HTML error, bug #279
-rw-r--r-- | pages/searchresults.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/searchresults.ecpp b/pages/searchresults.ecpp index 5097a39..542e0ac 100644 --- a/pages/searchresults.ecpp +++ b/pages/searchresults.ecpp @@ -80,7 +80,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); % } % if (results.size() > 0) { <tr> - <td colspan="5" style="border-top: 1px solid black; background: none; border-bottom: none"> </td></tr> + <td colspan="5" style="border-top: 1px solid black; background: none; border-bottom: none"> </td> </tr> % } </table> |