summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 8f6ae8900..c89f11a13 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]";