diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-27 15:48:27 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-27 15:48:27 +0000 |
commit | 8c04a0e82ddb13be1dfcac45841432fd02ee2d14 (patch) | |
tree | dcfcd0491689198d77c30c9f318cd67ef3206d57 | |
parent | fc3c2e1ae59f989093c5f1ae12aaec2c6d0d00f0 (diff) | |
download | vdr-plugin-live-8c04a0e82ddb13be1dfcac45841432fd02ee2d14.tar.gz vdr-plugin-live-8c04a0e82ddb13be1dfcac45841432fd02ee2d14.tar.bz2 |
Removed border-bottom for last line
-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 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"> </td></tr> + <td colspan="5" style="border-top: 1px solid black; background: none; border-bottom: none"> </td></tr> </tr> % } </table> |