[PATCH 6 of 6 stable] hgweb: make paper:error consistent with template

Ross Lagerwall rosslagerwall at gmail.com
Mon Jul 30 05:09:39 CDT 2012


# HG changeset patch
# User Ross Lagerwall <rosslagerwall at gmail.com>
# Date 1343640807 -7200
# Branch stable
# Node ID 1314e374d99ba3c3b704848780bc954e47ad2efe
# Parent  4f3e4d48d3353c55d532425df1e75a7f40d31b23
hgweb: make paper:error consistent with template

diff --git a/mercurial/templates/paper/error.tmpl b/mercurial/templates/paper/error.tmpl
--- a/mercurial/templates/paper/error.tmpl
+++ b/mercurial/templates/paper/error.tmpl
@@ -15,6 +15,8 @@
 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
 <li><a href="{url}bookmarks{sessionvars%urlparameter}">bookmarks</a></li>
 <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
+</ul>
+<ul>
 <li><a href="{url}help{sessionvars%urlparameter}">help</a></li>
 </ul>
 </div>


More information about the Mercurial-devel mailing list