changeset 1419:22041f754f4a

hgweb: fix broken tags->changelog link
author Matt Mackall <mpm@selenic.com>
date Fri, 21 Oct 2005 00:15:55 -0700
parents 68f81ba07b2a
children b32b3509c7ab
files templates/tags.tmpl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/templates/tags.tmpl	Thu Oct 20 11:41:14 2005 -0700
+++ b/templates/tags.tmpl	Fri Oct 21 00:15:55 2005 -0700
@@ -4,7 +4,7 @@
 <body>
 
 <div class="buttons">
-<a href="?cl=#rev#">changelog</a>
+<a href="?cl=tip">changelog</a>
 <a href="?mf=#manifest|short#;path=/">manifest</a>
 </div>