--- a/templates/changelog-rss.tmpl Sun Aug 21 11:52:52 2005 -0700
+++ b/templates/changelog-rss.tmpl Sun Aug 21 13:18:45 2005 -0700
@@ -1,6 +1,6 @@
#header#
<title>#repo|escape# Changelog</title>
<description>#repo|escape# Changelog</description>
- #entries#
+ #entries%changelogentry#
</channel>
</rss>
\ No newline at end of file
--- a/templates/filelog-rss.tmpl Sun Aug 21 11:52:52 2005 -0700
+++ b/templates/filelog-rss.tmpl Sun Aug 21 13:18:45 2005 -0700
@@ -1,6 +1,6 @@
#header#
<title>#repo|escape#: #file# history</title>
<description>#file# revision history</description>
- #entries#
+ #entries%filelogentry#
</channel>
</rss>
\ No newline at end of file
--- a/templates/filerevision-raw.tmpl Sun Aug 21 11:52:52 2005 -0700
+++ b/templates/filerevision-raw.tmpl Sun Aug 21 13:18:45 2005 -0700
@@ -1,3 +1,3 @@
#header#
-#text#
+#text%fileline#
#footer#