diff --git a/templates/gitweb/filerevision.tmpl b/templates/gitweb/filerevision.tmpl
--- a/templates/gitweb/filerevision.tmpl
+++ b/templates/gitweb/filerevision.tmpl
@@ -30,8 +30,8 @@ file |
changeset #rev#: |
#node|short# |
#rename%filerename#
-#parent%fileannotateparent#
-#child%fileannotatechild#
+#parent%filerevparent#
+#child%filerevchild#
manifest: |
#node|short# |
diff --git a/templates/gitweb/map b/templates/gitweb/map
--- a/templates/gitweb/map
+++ b/templates/gitweb/map
@@ -34,7 +34,7 @@ filelogrename = '| parent:#node|short# | '
changelogchild = 'child #rev#: | #node|short# |
'
changesetchild = 'child | #node|short# |
'
-filerevchild = 'child: | #node|short# |
'
+filerevchild = 'child: | #node|short# |
'
fileannotatechild = 'child: | #node|short# |
'
tags = tags.tmpl
tagentry = '#date|age# ago | #tag|escape# | changeset | changelog | manifest |
'