From 996bc48aaa335fb400180fcbcdfad50e0ed5debb Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sun, 18 Dec 2011 18:16:02 -0800 Subject: [PATCH] Updated RSS --- rss.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rss.php b/rss.php index 5e34ab1..d967e45 100644 --- a/rss.php +++ b/rss.php @@ -9,10 +9,10 @@ fetch(); $i++ ): ?> - <?php echo urlencode($row['title']); ?> + <?php echo htmlentities($row['title']); ?> - - + + -- 2.34.1