diff options
| -rwxr-xr-x | app/views/helpers/rss.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/rss.phtml b/app/views/helpers/rss.phtml index b75e6d3bc..1aa0ac44a 100755 --- a/app/views/helpers/rss.phtml +++ b/app/views/helpers/rss.phtml @@ -22,7 +22,7 @@ foreach ($items as $item) { echo $item->content (); ?>]]></description> <pubDate><?php echo date('D, d M Y H:i:s O', $item->date (true)); ?></pubDate> - <guid><?php echo $item->guid (); ?></guid> + <guid isPermaLink="false"><?php echo $item->id (); ?></guid> </item> <?php } ?> |
