Use simple button instead of form in error pages

This commit is contained in:
André Stösel 2010-03-22 21:35:14 +01:00 committed by Christian Dywan
parent c68c71d96b
commit 342aaeb2d6

View file

@ -68,12 +68,10 @@ description {
<h1>{title}</h1>
<p id="message">{message}</p>
<p id="description">{description}</p>
<form onsubmit="location.reload()">
<button>
<img src="{stock}/gtk-refresh"/>
<span>{tryagain}</span>
</button>
</form>
<button onclick="location.reload()">
<img src="{stock}/gtk-refresh"/>
<span>{tryagain}</span>
</button>
</div>
<br style="clear: both;"/>
</div>