]> git.quilime.com - clmpr.git/commitdiff
removed CDATA
authorGabriel Dunne <gdunne@quilime.com>
Thu, 5 Jan 2012 07:08:25 +0000 (23:08 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Thu, 5 Jan 2012 07:08:25 +0000 (23:08 -0800)
rss.php

diff --git a/rss.php b/rss.php
index 4fa2b68053db195a6b25b54b553527cd9eb315ad..3d8b9a6d0cb147070f428ae17d0ffe0ab7958fd2 100644 (file)
--- a/rss.php
+++ b/rss.php
@@ -16,7 +16,7 @@
        <item>
            <title><?php echo htmlspecialchars($row['title']); ?></title>
            <link><?php echo htmlspecialchars($row['url']) ?></link>
-           <description><![CDATA[<?php echo htmlspecialchars($row['description']); ?>]]></description>
+           <description><?php echo htmlspecialchars($row['description']); ?></description>
            <tags><?php echo $row['tags'] ?></tags>
            <? foreach($tags as $tag) : ?>
            <category><?=$tag?></category>