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