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>
|
<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>
|
||||||
|
|
Loading…
Reference in a new issue