summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorThomas Keil <tkeil (at) datacrystal (dot) de>2007-04-27 15:48:27 +0000
committerThomas Keil <tkeil (at) datacrystal (dot) de>2007-04-27 15:48:27 +0000
commit8c04a0e82ddb13be1dfcac45841432fd02ee2d14 (patch)
treedcfcd0491689198d77c30c9f318cd67ef3206d57 /pages
parentfc3c2e1ae59f989093c5f1ae12aaec2c6d0d00f0 (diff)
downloadvdr-plugin-live-8c04a0e82ddb13be1dfcac45841432fd02ee2d14.tar.gz
vdr-plugin-live-8c04a0e82ddb13be1dfcac45841432fd02ee2d14.tar.bz2
Removed border-bottom for last line
Diffstat (limited to 'pages')
-rw-r--r--pages/searchresults.ecpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/searchresults.ecpp b/pages/searchresults.ecpp
index c6d8076..5a3653c 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">&nbsp;</td></tr>
+ <td colspan="5" style="border-top: 1px solid black; background: none; border-bottom: none">&nbsp;</td></tr>
</tr>
% }
</table>