hgweb: fix RSS and raw for new % scheme
authormpm@selenic.com
Sun, 21 Aug 2005 13:18:45 -0700
changeset 985 7ffa91f275ff
parent 984 edc368e0b9aa
child 986 2810c625ca98
hgweb: fix RSS and raw for new % scheme
templates/changelog-rss.tmpl
templates/filelog-rss.tmpl
templates/filerevision-raw.tmpl
--- a/templates/changelog-rss.tmpl
+++ b/templates/changelog-rss.tmpl
@@ -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
+++ b/templates/filelog-rss.tmpl
@@ -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
+++ b/templates/filerevision-raw.tmpl
@@ -1,3 +1,3 @@
 #header#
-#text#
+#text%fileline#
 #footer#