##// END OF EJS Templates
hgweb: fix broken search->changelog link
TK Soh -
r1432:612f3eba default
parent child Browse files
Show More
@@ -4,7 +4,7 b''
4 4 <body>
5 5
6 6 <div class="buttons">
7 <a href="?cl=#rev#">changelog</a>
7 <a href="?cl=tip">changelog</a>
8 8 <a href="?tags=">tags</a>
9 9 <a href="?mf=#manifest|short#;path=/">manifest</a>
10 10 </div>
General Comments 0
You need to be logged in to leave comments. Login now