]> git.wh0rd.org - tt-rss.git/commitdiff
properly call sanitize_rss() in CDM
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 31 Jul 2008 14:18:11 +0000 (15:18 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 31 Jul 2008 14:18:11 +0000 (15:18 +0100)
functions.php

index 8e2acb2229e14f9567a89da91180819375e3032f..5ac17b45133725e382f24416c949247851519cbb 100644 (file)
 
 //                                     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 != ''");