summary refs log tree commit diff stats
path: root/rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'rss.php')
-rwxr-xr-xrss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss.php b/rss.php index 49ee070..7866d1a 100755 --- a/rss.php +++ b/rss.php
@@ -257,7 +257,7 @@ foreach ($items as $key => $value)
257 <item> 257 <item>
258 <title>Comment on <?php echo($value['title']); ?> by <?php echo($value['username']); ?></title> 258 <title>Comment on <?php echo($value['title']); ?> by <?php echo($value['username']); ?></title>
259 259
260 <link>http://fourisland.com/comments/<?php echo($value['id']); ?>/</link> 260 <link>http://fourisland.com/<?php echo($value['url']); ?>#comment-<?php echo($value['id']); ?></link>
261 261
262 <description><?php echo(stripslashes(htmlentities(parseBBCode($value['comment'])))); ?></description> 262 <description><?php echo(stripslashes(htmlentities(parseBBCode($value['comment'])))); ?></description>
263 263