]> git.wh0rd.org Git - tt-rss.git/commitdiff
remove cellspacing in headlines list
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 27 Nov 2005 15:57:16 +0000 (16:57 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 27 Nov 2005 15:57:16 +0000 (16:57 +0100)
backend.php

index 3ec932120fddceccda6f987cc3372bb5434631bb..7f594f8b1f4bd52a44586fe1a3317521ad633dc5 100644 (file)
                print "</td>";
                print "</tr></table>";
                
-               print "<table class=\"headlinesList\" id=\"headlinesList\" width=\"100%\">";
+               print "<table class=\"headlinesList\" id=\"headlinesList\" 
+                       cellspacing=\"0\" width=\"100%\">";
 
 
                if ($feed < -10) error_reporting (0);