Fixed typo in gitweb templates.
authorThomas Arendsen Hein <thomas@intevation.de>
Thu, 12 Oct 2006 16:37:03 +0200
changeset 3364 537a93cafa79
parent 3363 ce8f31e0b3b8
child 3365 cf680c9ab1dd
Fixed typo in gitweb templates.
templates/gitweb/filediff.tmpl
--- a/templates/gitweb/filediff.tmpl
+++ b/templates/gitweb/filediff.tmpl
@@ -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>