--- /templates/timeline_rss.cs.orig	2006-02-15 19:47:45.000000000 +0100
+++ /templates/timeline_rss.cs	2006-08-10 15:48:42.000000000 +0200
@@ -27,6 +27,7 @@
     <pubDate><?cs var:event.date ?></pubDate>
     <link><?cs var:event.href ?></link>
     <description><?cs var:event.message ?></description>
+    <guid isPermaLink="false"><?cs var:event.guid ?></guid>
    </item><?cs
   /each ?>
  </channel>

