From 8f0a566c5249999681e34aab0b0fcabe5e9be87c Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sun, 18 Dec 2011 18:35:47 -0800 Subject: [PATCH] Fixed character encoding in RSS --- rss.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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']); ?> + + ]]> -- 2.34.1