view mercurial/templates/rss/filelogentry.tmpl @ 17738:b8424c92ba2b

spelling: fix minor spell checker issues
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 10 Oct 2012 01:29:56 +0200
parents a2dc8819bb0d
children 9409aeaafdc1
line wrap: on
line source

<item>
    <title>{desc|strip|firstline|strip|escape}</title>
    <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>
</item>