Use simple button instead of form in error pages
This commit is contained in:
parent
c68c71d96b
commit
342aaeb2d6
1 changed files with 4 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue