templates/atom/filelog.tmpl
changeset 8428 5ccca71775e1
parent 5269 46c5e1ee8aaa
child 8962 4aade1a0115b
--- a/templates/atom/filelog.tmpl	Fri May 15 10:46:39 2009 +0200
+++ b/templates/atom/filelog.tmpl	Fri May 15 10:46:52 2009 +0200
@@ -1,8 +1,8 @@
-#header#
+{header}
  <id>{urlbase}{url}atom-log/tip/{file|escape}</id>
  <link rel="self" href="{urlbase}{url}atom-log/tip/{file|escape}"/>
- <title>#repo|escape#: #file|escape# history</title>
- #latestentry%feedupdated#
+ <title>{repo|escape}: {file|escape} history</title>
+ {latestentry%feedupdated}
 
-#entries%changelogentry#
+{entries%changelogentry}
 </feed>