X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=maps%2Fbin%2Fsearch.cgi;h=7dfa805d6ba4c8aec6d09fd5be5f9d0a5574ae51;hb=24352d115ade3e1f4916df9c0102b1edb804f0c6;hp=6a8e656a3c21fa501e503578b0766bcd085fb93c;hpb=a6e9dab78f1a0b8654f7a7e1d6f007a9f417ff51;p=clearscm.git diff --git a/maps/bin/search.cgi b/maps/bin/search.cgi index 6a8e656..7dfa805 100755 --- a/maps/bin/search.cgi +++ b/maps/bin/search.cgi @@ -127,7 +127,15 @@ sub Body { td {-class => "dateright", -width => "115"}, SQLDatetime2UnixDatetime $rec->{timestamp}, ]; - } # foreach + } # for + + print + Tr [ + td {-class => 'tableborderbottomleft'}, ' ', + td {-class => 'tableborder'}, ' ', + td {-class => 'tableborder'}, ' ', + td {-class => 'tableborderbottomright'}, ' ' + ]; print end_table; return;