summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-07-31 15:18:11 +0100
committerAndrew Dolgov <[email protected]>2008-07-31 15:18:11 +0100
commitb2d5d145c3af40750bb5fe9e7969467b77fff9e0 (patch)
treeece57609f3596976be204f480ef5907d5ac2bdbd /functions.php
parente5ebee0941656d1aee0578f7fcd96607a82f806e (diff)
properly call sanitize_rss() in CDM
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 8e2acb222..5ac17b451 100644
--- a/functions.php
+++ b/functions.php
@@ -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 != ''");