diff --git a/functions.php b/functions.php index 8e2acb22..5ac17b45 100644 --- a/functions.php +++ b/functions.php @@ -5139,7 +5139,7 @@ // print "
"; - 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 != ''");