changeset 6967:a04d8cadb6af

web: fix annotate raw template, forgotten in ccc2481e3954
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 01 Sep 2008 17:23:26 +0200
parents 057ced2b8543
children 91f6370c433c
files templates/raw/map
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'