diff --git a/functions.php b/functions.php index 8f6ae890..c89f11a1 100644 --- a/functions.php +++ b/functions.php @@ -4261,7 +4261,7 @@ while ($line = db_fetch_assoc($result)) { - $feed = trim($line["title"]); + $feed = htmlspecialchars(trim($line["title"])); if (!$feed) $feed = "[Untitled]";