web: fix annotate raw template, forgotten in ccc2481e3954
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Mon, 01 Sep 2008 17:23:26 +0200
changeset 6967 a04d8cadb6af
parent 6966 057ced2b8543
child 6968 91f6370c433c
web: fix annotate raw template, forgotten in ccc2481e3954
templates/raw/map
--- a/templates/raw/map	Sun Aug 31 16:12:03 2008 +0200
+++ b/templates/raw/map	Mon Sep 01 17:23:26 2008 +0200
@@ -13,7 +13,7 @@
 diffblock = '#lines#'
 filediff = filediff.tmpl
 fileannotate = fileannotate.tmpl
-annotateline = '#author#@#rev#: #line#'
+annotateline = '{author|user}@{rev}: {line}'
 manifest = manifest.tmpl
 direntry = 'drwxr-xr-x {basename}\n'
 fileentry = '{permissions|permissions} {size} {basename}\n'