summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 5fd65c1d6..a58613ccb 100644
--- a/functions.php
+++ b/functions.php
@@ -2224,7 +2224,7 @@
30, false, $is_cat, $search, $search_mode, $match_on);
$result = $qfh_ret[0];
- $feed_title = $qfh_ret[1];
+ $feed_title = htmlspecialchars($qfh_ret[1]);
$feed_site_url = $qfh_ret[2];
$last_error = $qfh_ret[3];