1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 12:21:29 +00:00

call sanitize_rss() when generating syndicated feeds

This commit is contained in:
Andrew Dolgov
2009-06-22 16:09:04 +04:00
parent f45a286b8d
commit bc03c563de

View File

@@ -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"];