[PATCH STABLE] monoblue: fix page subtitle on help pages

Anton Shestakov av6 at dwimlabs.net
Thu Sep 3 18:05:17 UTC 2015


# HG changeset patch
# User Anton Shestakov <av6 at dwimlabs.net>
# Date 1441290316 -28800
#      Thu Sep 03 22:25:16 2015 +0800
# Branch stable
# Node ID 560a27dea339d919ab56e61944d5150dc8ac2a4c
# Parent  d0843f7e16b4ef0199613934619b2f3a1154aeba
monoblue: fix page subtitle on help pages

diff --git a/mercurial/templates/monoblue/help.tmpl b/mercurial/templates/monoblue/help.tmpl
--- a/mercurial/templates/monoblue/help.tmpl
+++ b/mercurial/templates/monoblue/help.tmpl
@@ -30,7 +30,7 @@
         </ul>
     </div>
 
-    <h2 class="no-link no-border">branches</h2>
+    <h2 class="no-link no-border">help</h2>
     <div id="doc">
     {rstdoc(doc, "html")}
     </div>
diff --git a/mercurial/templates/monoblue/helptopics.tmpl b/mercurial/templates/monoblue/helptopics.tmpl
--- a/mercurial/templates/monoblue/helptopics.tmpl
+++ b/mercurial/templates/monoblue/helptopics.tmpl
@@ -30,7 +30,7 @@
         </ul>
     </div>
 
-    <h2 class="no-link no-border">branches</h2>
+    <h2 class="no-link no-border">help</h2>
     <table cellspacing="0">
     <tr><td colspan="2"><h2><a name="main" href="#topics">Topics</a></h2></td></tr>
     {topics % helpentry}


More information about the Mercurial-devel mailing list