diff templates/rss/changelogentry.tmpl @ 3413:a2179e78d18b

Fix RSS URLs (closes issue396)
author Brendan Cully <brendan@kublai.com>
date Mon, 16 Oct 2006 11:18:06 -0700
parents e281903c9d32
children
line wrap: on
line diff
--- a/templates/rss/changelogentry.tmpl
+++ b/templates/rss/changelogentry.tmpl
@@ -1,6 +1,6 @@
 <item>
     <title>#desc|strip|firstline|strip|escape#</title>
-    <link>#url#?cs=#node|short#</link>
+    <link>{urlbase}{url}rev/{node|short}</link>
     <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
     <author>#author|obfuscate#</author>
     <pubDate>#date|rfc822date#</pubDate>