call sanitize_rss() when generating syndicated feeds
This commit is contained in:
parent
f45a286b8d
commit
bc03c563de
1 changed files with 1 additions and 1 deletions
|
@ -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"];
|
||||
|
|
Loading…
Reference in a new issue