X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5b22b6b5b7dbb290048cd15b3ede7d18cba4d09c..40d52f50:/js/show_history.js diff --git a/js/show_history.js b/js/show_history.js index 2aeb7d4fc..55912590e 100644 --- a/js/show_history.js +++ b/js/show_history.js @@ -16,6 +16,6 @@ function set_history_window(id) { url = "common.pl?" + "action=show_history&" + "longdescription=" + "&" + - "input_name=" + escape(id) + "&" + "input_name=" + encodeURIComponent(id) + "&" window.open(url, "_new_generic", parm); }