From 5ada7ace557229f204a233d94900e0cf6f2afac4 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sun, 18 Dec 2011 18:09:48 -0800 Subject: [PATCH] HTML Entities --- rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss.php b/rss.php index 3d07221..8ae7b6c 100644 --- a/rss.php +++ b/rss.php @@ -9,7 +9,7 @@ fetch(); $i++ ): ?> - <?php echo $row['title'] ?> + <?php echo htmlentities($row['title']); ?> -- 2.34.1