diff templates/tags.tmpl @ 1419:22041f754f4a

hgweb: fix broken tags->changelog link
author Matt Mackall <mpm@selenic.com>
date Fri, 21 Oct 2005 00:15:55 -0700
parents 17703aa4491e
children fbe4bbd847e5
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>