diff options
| author | 2013-04-14 20:28:23 +0200 | |
|---|---|---|
| committer | 2013-04-14 20:28:23 +0200 | |
| commit | 710b434b54e5996eeee903c23e387e942e62f12f (patch) | |
| tree | 78c5f40d32915367465b236771fa0ea23bc24f95 | |
| parent | cd979d30e1b7f60faeb90dfdad58c67b4f3a01f5 (diff) | |
Petite modif export RSS pour se conformer au mieux au protocole
| -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 } ?> |
