1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02:00

remove cellspacing in headlines list

This commit is contained in:
Andrew Dolgov 2005-11-27 16:57:16 +01:00
parent 179d6f57f3
commit 7d0e004f21

View File

@ -945,7 +945,8 @@
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);