Fixed typo in gitweb templates.
--- a/templates/gitweb/filediff.tmpl Wed Oct 11 22:01:24 2006 +0200
+++ b/templates/gitweb/filediff.tmpl Thu Oct 12 16:37:03 2006 +0200
@@ -18,7 +18,7 @@
<a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a> |
<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a> |
-<a href="{url}annotate/{node|short}/{file|urlescape}{getantries}">annotate</a> |
+<a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> |
diff |
<a href="{url}raw-diff/{node|short}/{file|urlescape}">raw</a><br/>
</div>