Fixes: https://bugs.launchpad.net/midori/+bug/784931
<h1>{title}</h1>
<p id="message">{message}</p>
<p id="description">{description}</p>
- <button onclick="location.reload()">
- <img src="{stock}/gtk-refresh"/>
- <span>{tryagain}</span>
- </button>
+ <form method="GET" action="{uri}">
+ <button type="submit" onclick="location.reload(); return false;">
+ <img src="{stock}/gtk-refresh"/>
+ <span>{tryagain}</span>
+ </button>
+ </form>
</div>
<br style="clear: both;"/>
</div>
"{tryagain}", try_again,
"{res}", res_root,
"{stock}", stock_root,
+ "{uri}", uri,
NULL);
g_free (title_escaped);
g_free (template);