feedlist: htmlspecialchars() feed title

master
Andrew Dolgov 16 years ago
parent 3213d148e1
commit 70c9b17314

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

Loading…
Cancel
Save