Revert use of "post" method for error page Reload button

Using post causes problems with some websites.
This commit is contained in:
André Stösel 2010-03-21 23:35:20 +01:00 committed by Christian Dywan
parent aa914bdc48
commit e9a5857b31

View file

@ -68,7 +68,7 @@ description {
<h1>{title}</h1>
<p id="message">{message}</p>
<p id="description">{description}</p>
<form onsubmit="location.reload()" method="post">
<form onsubmit="location.reload()">
<button>
<img src="{stock}/gtk-refresh"/>
<span>{tryagain}</span>