summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Keil <tkeil (at) datacrystal (dot) de>2007-05-01 16:31:28 +0000
committerThomas Keil <tkeil (at) datacrystal (dot) de>2007-05-01 16:31:28 +0000
commita5aaf65954091445712c0df3ee8371a43eab0226 (patch)
tree070ac78e1b400cc06477aefc66bd67ed8f930bbb
parent6706aa98fe4dd68f5154ad3fa0bea682cd592d7e (diff)
downloadvdr-plugin-live-a5aaf65954091445712c0df3ee8371a43eab0226.tar.gz
vdr-plugin-live-a5aaf65954091445712c0df3ee8371a43eab0226.tar.bz2
Fixed HTML error, bug #279
-rw-r--r--pages/searchresults.ecpp2
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">&nbsp;</td></tr>
+ <td colspan="5" style="border-top: 1px solid black; background: none; border-bottom: none">&nbsp;</td>
</tr>
% }
</table>