Mercurial > hg-stable
changeset 13859:78acaca60243 stable
hgweb: fix typo in page-header of monoblue's help template
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 03 Apr 2011 22:53:19 +0900 |
parents | 1046cb663776 |
children | b5b84dd43613 |
files | mercurial/templates/monoblue/help.tmpl mercurial/templates/monoblue/helptopics.tmpl |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/templates/monoblue/help.tmpl Sun Apr 03 22:53:19 2011 +0900 +++ b/mercurial/templates/monoblue/help.tmpl Sun Apr 03 22:53:19 2011 +0900 @@ -7,7 +7,7 @@ <body> <div id="container"> <div class="page-header"> - <h1><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / Branches</h1> + <h1><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / Help</h1> <form action="{url}log"> {sessionvars%hiddenformentry}
--- a/mercurial/templates/monoblue/helptopics.tmpl Sun Apr 03 22:53:19 2011 +0900 +++ b/mercurial/templates/monoblue/helptopics.tmpl Sun Apr 03 22:53:19 2011 +0900 @@ -7,7 +7,7 @@ <body> <div id="container"> <div class="page-header"> - <h1><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / Branches</h1> + <h1><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / Help</h1> <form action="{url}log"> {sessionvars%hiddenformentry}