]> spindle.queued.net Git - midori/commitdiff
Use "post" method for the error page Reload button
authorAndré Stösel <Midori-Plugin@PyIT.de>
Sat, 13 Mar 2010 14:05:40 +0000 (15:05 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sat, 13 Mar 2010 14:05:40 +0000 (15:05 +0100)
This allows us to retain "get" parameters in the address.

data/error.html

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