[Xfce4-commits] <midori:master> Use "post" method for the error page Reload button

Christian Dywan noreply at xfce.org
Sat Mar 13 15:38:01 CET 2010


Updating branch refs/heads/master
         to 597dde083bb001ab621e9932239db2b8bc030b4f (commit)
       from 283005e217d3735ebf30e7ee6cbbf904c9f97fb1 (commit)

commit 597dde083bb001ab621e9932239db2b8bc030b4f
Author: André Stösel <Midori-Plugin at PyIT.de>
Date:   Sat Mar 13 15:05:40 2010 +0100

    Use "post" method for the error page Reload button
    
    This allows us to retain "get" parameters in the address.

 data/error.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/data/error.html b/data/error.html
index 600a6c8..e3ea4c5 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()">
+            <form onsubmit="location.reload()" method="post">
                 <button>
                     <img src="{stock}/gtk-refresh"/>
                     <span>{tryagain}</span>



More information about the Xfce4-commits mailing list