view templates/atom/filelog.tmpl @ 8962:4aade1a0115b

atom: use urlescape in filelog's file link
author Brodie Rao <me+hg@dackz.net>
date Sun, 28 Jun 2009 16:03:10 -0400
parents 5ccca71775e1
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>