diff templates/changelog-rss.tmpl @ 985:7ffa91f275ff

hgweb: fix RSS and raw for new % scheme
author mpm@selenic.com
date Sun, 21 Aug 2005 13:18:45 -0700
parents 765182a4c843
children
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