summaryrefslogtreecommitdiff
path: root/mercurial/templates/paper/changeset.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'mercurial/templates/paper/changeset.tmpl')
-rw-r--r--mercurial/templates/paper/changeset.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/mercurial/templates/paper/changeset.tmpl b/mercurial/templates/paper/changeset.tmpl
index b7cc62b..cca2745 100644
--- a/mercurial/templates/paper/changeset.tmpl
+++ b/mercurial/templates/paper/changeset.tmpl
@@ -6,7 +6,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/{node|short}{sessionvars%urlparameter}">log</a></li>
@@ -49,7 +49,7 @@ files, or words in the commit message</div>
</tr>
<tr>
<th class="date">date</th>
- <td class="date age">{date|rfc822date}</td></tr>
+ <td class="date age">{date|date}</td></tr>
<tr>
<th class="author">parents</th>
<td class="author">{parent%changesetparent}</td>