From b2d5d145c3af40750bb5fe9e7969467b77fff9e0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 31 Jul 2008 15:18:11 +0100 Subject: [PATCH] properly call sanitize_rss() in CDM --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 8e2acb222..5ac17b451 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 != ''");