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:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user