hgweb: don't try to show repo on repo-not-found page in monoblue
authorAnton Shestakov <av6@dwimlabs.net>
Tue, 30 Jun 2015 23:34:12 +0800
changeset 25687 984b4554ddf7
parent 25686 def530e77b0b
child 25688 24cda1dd45ff
hgweb: don't try to show repo on repo-not-found page in monoblue
mercurial/templates/monoblue/notfound.tmpl
--- a/mercurial/templates/monoblue/notfound.tmpl	Tue Jun 30 23:31:19 2015 +0800
+++ b/mercurial/templates/monoblue/notfound.tmpl	Tue Jun 30 23:34:12 2015 +0800
@@ -1,5 +1,5 @@
 {header}
-    <title>{repo|escape}: Mercurial repository not found</title>
+    <title>Mercurial repository not found</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>