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 8e98d4874..90b9b49e0 100644
--- a/functions.php
+++ b/functions.php
@@ -3517,7 +3517,7 @@
htmlspecialchars($line["title"]) . "</title>";
print "<description><![CDATA[";
- print $line["content_preview"];
+ print sanitize_rss($link, $line["content_preview"]);
if ($line["note"]) {
print "<div style='$note_style'>";
print $line["note"];