diff mercurial/templates/monoblue/help.tmpl @ 25686:def530e77b0b

hgweb: fix help pages title in gitweb and monoblue Help pages in gitweb and monoblue were setting a completely inappropriate title: "Branches". Let's have a proper title (copy-pasted from paper style).
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 30 Jun 2015 23:31:19 +0800
parents 32f76eccbced
children 0dda3692ec9b
line wrap: on
line diff
--- a/mercurial/templates/monoblue/help.tmpl	Tue Jun 30 22:15:58 2015 +0800
+++ b/mercurial/templates/monoblue/help.tmpl	Tue Jun 30 23:31:19 2015 +0800
@@ -1,5 +1,5 @@
 {header}
-    <title>{repo|escape}: Branches</title>
+    <title>Help: {topic}</title>
     <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
     <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
 </head>