mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 05:51:28 +00:00
forbid blank feed titles in feedlist (2)
This commit is contained in:
@@ -3115,7 +3115,7 @@
|
||||
|
||||
while ($line = db_fetch_assoc($result)) {
|
||||
|
||||
$feed = db_unescape_string($line["title"]);
|
||||
$feed = trim(db_unescape_string($line["title"]));
|
||||
|
||||
if (!$feed) $feed = "[Untitled]";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user