summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-27 16:57:16 +0100
committerAndrew Dolgov <[email protected]>2005-11-27 16:57:16 +0100
commit7d0e004f21abbe6d004f462c102fd48ddd02fa15 (patch)
tree7d1baff8c7ee72a99bf26f5eca709b8a9f7db645 /backend.php
parent179d6f57f3456c9e4f2b8143479de92e128724c8 (diff)
remove cellspacing in headlines list
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 3ec932120..7f594f8b1 100644
--- a/backend.php
+++ b/backend.php
@@ -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);