[Xfce4-commits] <midori:master> Revert use of "post" method for error page Reload button
Christian Dywan
noreply at xfce.org
Sun Mar 21 23:44:01 CET 2010
Updating branch refs/heads/master
to e9a5857b31a4b6ebe5c867e42fd053a33cf64d25 (commit)
from aa914bdc4883d59881ed566dc0365fad97e04474 (commit)
commit e9a5857b31a4b6ebe5c867e42fd053a33cf64d25
Author: André Stösel <Midori-Plugin at PyIT.de>
Date: Sun Mar 21 23:35:20 2010 +0100
Revert use of "post" method for error page Reload button
Using post causes problems with some websites.
data/error.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/data/error.html b/data/error.html
index e3ea4c5..600a6c8 100644
--- a/data/error.html
+++ b/data/error.html
@@ -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>
More information about the Xfce4-commits
mailing list