remove cellspacing in headlines list

This commit is contained in:
Andrew Dolgov 2005-11-27 16:57:16 +01:00
parent 179d6f57f3
commit 7d0e004f21
1 changed files with 2 additions and 1 deletions

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);