view templates/atom/filelog.tmpl @ 9086:f459f09b4214

convert: fixed typo in docstring
author Martin Geisler <mg@lazybytes.net>
date Wed, 08 Jul 2009 23:12:40 +0200
parents 4aade1a0115b
children
line wrap: on
line source

{header}
 <id>{urlbase}{url}atom-log/tip/{file|escape}</id>
 <link rel="self" href="{urlbase}{url}atom-log/tip/{file|urlescape}"/>
 <title>{repo|escape}: {file|escape} history</title>
 {latestentry%feedupdated}

{entries%changelogentry}
</feed>