templates/error.tmpl
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Tue, 22 Jan 2008 09:11:06 +0100
changeset 5922 df7f66f290b9
parent 5837 2580d418e3f0
permissions -rw-r--r--
hgweb: cleanup buglet introduced in 956afc025c0f

#header#
<title>Mercurial Error</title>
</head>
<body>

<h2>Mercurial Error</h2>

<p>
An error occurred while processing your request:
</p>
<p>
#error|escape#
</p>

#footer#