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> <h1>{title}</h1>
<p id="message">{message}</p> <p id="message">{message}</p>
<p id="description">{description}</p> <p id="description">{description}</p>
<form onsubmit="location.reload()"> <button onclick="location.reload()">
<button> <img src="{stock}/gtk-refresh"/>
<img src="{stock}/gtk-refresh"/> <span>{tryagain}</span>
<span>{tryagain}</span> </button>
</button>
</form>
</div> </div>
<br style="clear: both;"/> <br style="clear: both;"/>
</div> </div>