mercurial/templates/rss/filelogentry.tmpl
branchstable
changeset 13547 a2dc8819bb0d
parent 9999 f91e5630ce7e
child 18526 9409aeaafdc1
--- a/mercurial/templates/rss/filelogentry.tmpl	Sun Mar 06 22:03:18 2011 +0100
+++ b/mercurial/templates/rss/filelogentry.tmpl	Sun Mar 06 22:03:30 2011 +0100
@@ -1,6 +1,6 @@
 <item>
     <title>{desc|strip|firstline|strip|escape}</title>
-    <link>{urlbase}{url}log{{node|short}}/{file|urlescape}</link>
+    <link>{urlbase}{url}log{node|short}/{file|urlescape}</link>
     <description><![CDATA[{desc|strip|escape|addbreaks|nonempty}]]></description>
     <author>{author|obfuscate}</author>
     <pubDate>{date|rfc822date}</pubDate>