view templates/error.tmpl @ 4841:f3f84d5cd268

Strip whitespace from changeset description in changeset_templater. changeset_printer already does this, too.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 08 Jul 2007 10:43:57 +0200
parents 68ec7b9e09a4
children
line wrap: on
line source

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

<h2>Mercurial Error</h2>

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

#footer#