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

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