From: Gabriel Dunne Date: Mon, 19 Dec 2011 02:11:59 +0000 (-0800) Subject: Encoding RSS X-Git-Tag: v0.1~29 X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=e947832468937438bc9647e605aa7f06ddaf4668;p=clmpr.git Encoding RSS --- diff --git a/rss.php b/rss.php index 8ae7b6c..5e34ab1 100644 --- a/rss.php +++ b/rss.php @@ -1,5 +1,5 @@ '; ?> - + clmpr.com <?php echo $endpoint ?> @@ -9,10 +9,11 @@ fetch(); $i++ ): ?> - <?php echo htmlentities($row['title']); ?> + <?php echo urlencode($row['title']); ?> + + -