hgweb: fix too short manifest link
authorMatt Mackall <mpm@selenic.com>
Tue, 18 Oct 2005 23:58:00 -0700
changeset 1412 c1e0aebfabc0
parent 1411 e2ba788545bf
child 1413 1c64c628d15f
hgweb: fix too short manifest link
templates/changeset.tmpl
--- a/templates/changeset.tmpl	Tue Oct 18 23:50:55 2005 -0700
+++ b/templates/changeset.tmpl	Tue Oct 18 23:58:00 2005 -0700
@@ -6,7 +6,7 @@
 <div class="buttons">
 <a href="?cl=#rev#">changelog</a>
 <a href="?cmd=tags">tags</a>
-<a href="?mf=#manifest|short#">manifest</a>
+<a href="?mf=#manifest|short#;path=/">manifest</a>
 <a href="?cs=#node|short#;style=raw">raw</a>
 #archives%archiveentry#
 </div>