comparison mercurial/templates/rss/filelogentry.tmpl @ 30558:7817df5585db stable

hgweb: add missing slash to file log url in rss style
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 08 Dec 2016 23:59:36 +0800
parents 16352b34e32e
children
comparison
equal deleted inserted replaced
30552:76e970c8f530 30558:7817df5585db
1 <item> 1 <item>
2 <title>{desc|strip|firstline|strip|escape}</title> 2 <title>{desc|strip|firstline|strip|escape}</title>
3 <link>{urlbase}{url|urlescape}log{node|short}/{file|urlescape}</link> 3 <link>{urlbase}{url|urlescape}log/{node|short}/{file|urlescape}</link>
4 <description><![CDATA[{desc|strip|escape|websub|addbreaks|nonempty}]]></description> 4 <description><![CDATA[{desc|strip|escape|websub|addbreaks|nonempty}]]></description>
5 <author>{author|obfuscate}</author> 5 <author>{author|obfuscate}</author>
6 <pubDate>{date|rfc822date}</pubDate> 6 <pubDate>{date|rfc822date}</pubDate>
7 </item> 7 </item>