From: Gabriel Dunne Date: Sun, 18 Dec 2011 22:08:24 +0000 (-0800) Subject: replaced urlencode with htmlentities for rss X-Git-Tag: v0.1~49 X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=eb5e31776efd49f2929f382b9bc831ae770c09c2;p=clmpr.git replaced urlencode with htmlentities for rss --- diff --git a/rss.php b/rss.php index fbadf14..948dbea 100644 --- a/rss.php +++ b/rss.php @@ -9,7 +9,7 @@ fetch(); $i++ ): ?> - <?php echo urlencode($row['title']) ?> + <?php echo htmlentities($row['title']) ?>