changeset 985:7ffa91f275ff

hgweb: fix RSS and raw for new % scheme
author mpm@selenic.com
date Sun, 21 Aug 2005 13:18:45 -0700
parents edc368e0b9aa
children 2810c625ca98
files templates/changelog-rss.tmpl templates/filelog-rss.tmpl templates/filerevision-raw.tmpl
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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#