mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-07 06:19:15 +00:00
properly call sanitize_rss() in CDM
This commit is contained in:
@@ -5139,7 +5139,7 @@
|
||||
|
||||
// print "<div class=\"cdmInnerContent\" id=\"CICD-$id\" $cdm_cstyle>";
|
||||
|
||||
print $line["content_preview"];
|
||||
print sanitize_rss($link, $line["content_preview"]);
|
||||
|
||||
$e_result = db_query($link, "SELECT * FROM ttrss_enclosures WHERE
|
||||
post_id = '$id' AND content_url != ''");
|
||||
|
||||
Reference in New Issue
Block a user