mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 13:21:29 +00:00
remove cellspacing in headlines list
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user