diff templates/filelog-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 f2ebd5251e88
line wrap: on
line diff
--- 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