fixed image path on error page

This commit is contained in:
Serghey Rodin 2012-11-17 18:58:46 +02:00
commit 2a521e7390

View file

@ -18,7 +18,7 @@
<body>
<h2>An internal error occurred</h2>
<img src="vesta.jpg">
<img src="/error/vesta.jpg">
<div>
Try start again from <a href="/">home page</a> or go back to <a href="javascript:%20history.go(-1)">previous page</a>.
</div>