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

Fix RSS URLs (closes issue396)
author Brendan Cully <brendan@kublai.com>
date Mon, 16 Oct 2006 11:18:06 -0700
parents 57f94c609c43
children 89bc3946c8f3
line wrap: on
line diff
--- a/templates/rss/filelogentry.tmpl	Mon Oct 16 11:02:11 2006 -0700
+++ b/templates/rss/filelogentry.tmpl	Mon Oct 16 11:18:06 2006 -0700
@@ -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>