diff options
-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> |