1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 20:11:30 +00:00

feedlist: htmlspecialchars() feed title

This commit is contained in:
Andrew Dolgov
2009-06-12 11:40:29 +04:00
parent 3213d148e1
commit 70c9b17314

View File

@@ -4261,7 +4261,7 @@
while ($line = db_fetch_assoc($result)) {
$feed = trim($line["title"]);
$feed = htmlspecialchars(trim($line["title"]));
if (!$feed) $feed = "[Untitled]";