fix html in error template

This commit is contained in:
kakwa 2015-07-05 23:07:24 +02:00
parent df88f2f266
commit 56eeea61f7
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
${message}
</h4>
</div>
<a class="btn btn-default blue" href='/?zone=${current_zone}'><span class="glyphicon glyphicon-home"> Return</a>
<a class="btn btn-default blue" href='/'><span class="glyphicon glyphicon-home"></span> Return</a>
</div>
</div>
</%block>