From e947832468937438bc9647e605aa7f06ddaf4668 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sun, 18 Dec 2011 18:11:59 -0800 Subject: [PATCH] Encoding RSS --- rss.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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']); ?> + + - -- 2.34.1