mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 21:51:29 +00:00
feedlist: htmlspecialchars() feed title
This commit is contained in:
@@ -4261,7 +4261,7 @@
|
||||
|
||||
while ($line = db_fetch_assoc($result)) {
|
||||
|
||||
$feed = trim($line["title"]);
|
||||
$feed = htmlspecialchars(trim($line["title"]));
|
||||
|
||||
if (!$feed) $feed = "[Untitled]";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user