summaryrefslogtreecommitdiff
path: root/mercurial/templates/paper/help.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'mercurial/templates/paper/help.tmpl')
-rw-r--r--mercurial/templates/paper/help.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/mercurial/templates/paper/help.tmpl b/mercurial/templates/paper/help.tmpl
index f490918..eab0ae5 100644
--- a/mercurial/templates/paper/help.tmpl
+++ b/mercurial/templates/paper/help.tmpl
@@ -11,7 +11,7 @@
<div class="menu">
<div class="logo">
<a href="{logourl}">
-<img src="{staticurl}{logoimg}" alt="mercurial" /></a>
+<img src="{staticurl}hglogo.png" alt="mercurial" /></a>
</div>
<ul>
<li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
@@ -21,7 +21,7 @@
<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
</ul>
<ul>
- <li class="active"><a href="{url}help{sessionvars%urlparameter}">help</a></li>
+ <li class="active">help</li>
</ul>
</div>