templates/notfound.tmpl
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 17 Nov 2005 19:11:13 +0100
changeset 1549 fbe4bbd847e5
parent 1137 c54d03bdf2dc
permissions -rw-r--r--
Always escape repository name in hgweb, very important in notfound.tmpl.

#header#
<title>Mercurial repositories index</title>
</head>
<body>

<h2>Mercurial Repositories</h2>

The specified repository "#repo|escape#" is unknown, sorry.

Please go back to the main repository list page.

#footer#