From: Gabriel Dunne Date: Mon, 19 Dec 2011 02:09:48 +0000 (-0800) Subject: HTML Entities X-Git-Tag: v0.1~30 X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=5ada7ace557229f204a233d94900e0cf6f2afac4;p=clmpr.git HTML Entities --- 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']); ?>