diff --git a/backend.php b/backend.php
index 4b3514254..a7066755d 100644
--- a/backend.php
+++ b/backend.php
@@ -1392,7 +1392,8 @@
if ($line["feed_title"]) {
print "
$content_link | ";
print "
- ".$line["feed_title"]." | ";
+ ".
+ $line["feed_title"]." ";
} else {
print "";
@@ -4013,8 +4014,6 @@
return;
}
- print " Under construction ";
-
$result = db_query($link, "SELECT feed_url,count(id) AS subscribers
FROM ttrss_feeds
WHERE auth_login = '' AND auth_pass = '' AND private = false
|