diff templates/tags-rss.tmpl @ 1767:adbc392dfd9e

implement entriesnotip for tags in hgweb.py ; change entries to entriesnotip in templates/tags-rss.tmpl
author Peter van Dijk <peter@dataloss.nl>
date Fri, 03 Feb 2006 02:21:28 +0100
parents 93f54a2b3864
children
line wrap: on
line diff
--- a/templates/tags-rss.tmpl	Thu Feb 02 12:00:45 2006 +0100
+++ b/templates/tags-rss.tmpl	Fri Feb 03 02:21:28 2006 +0100
@@ -1,6 +1,6 @@
 #header#
     <title>#repo|escape#: tags </title>
     <description>#repo|escape# tag history</description>
-    #entries%tagentry#
+    #entriesnotip%tagentry#
   </channel>
 </rss>