##// END OF EJS Templates
fix for hgweb.filterfiles...
fix for hgweb.filterfiles some variable weren't converted, fix a possible out of range error

File last commit:

r1554:68ec7b9e default
r1627:11cd3828 default
Show More
error.tmpl
15 lines | 173 B | application/x-cheetah | CheetahLexer
#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#