From: Gabriel Dunne Date: Mon, 19 Dec 2011 02:35:47 +0000 (-0800) Subject: Fixed character encoding in RSS X-Git-Tag: v0.1~27 X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=8f0a566c5249999681e34aab0b0fcabe5e9be87c;p=clmpr.git Fixed character encoding in RSS --- diff --git a/rss.php b/rss.php index d967e45..027ad22 100644 --- a/rss.php +++ b/rss.php @@ -9,9 +9,9 @@ fetch(); $i++ ): ?> - <?php echo htmlentities($row['title']); ?> - - + <?php echo htmlspecialchars($row['title']); ?> + + ]]>