call sanitize_rss() when generating syndicated feeds
This commit is contained in:
parent
f45a286b8d
commit
bc03c563de
|
@ -3517,7 +3517,7 @@
|
||||||
htmlspecialchars($line["title"]) . "</title>";
|
htmlspecialchars($line["title"]) . "</title>";
|
||||||
|
|
||||||
print "<description><![CDATA[";
|
print "<description><![CDATA[";
|
||||||
print $line["content_preview"];
|
print sanitize_rss($link, $line["content_preview"]);
|
||||||
if ($line["note"]) {
|
if ($line["note"]) {
|
||||||
print "<div style='$note_style'>";
|
print "<div style='$note_style'>";
|
||||||
print $line["note"];
|
print $line["note"];
|
||||||
|
|
Loading…
Reference in New Issue