diff --git a/common/js/xml_handler.js b/common/js/xml_handler.js index e2a36288b..2c6685a3a 100644 --- a/common/js/xml_handler.js +++ b/common/js/xml_handler.js @@ -49,7 +49,7 @@ function xml_response_filter(oXml, callback_func, response_tags, callback_func_a } if(ret_obj["redirect_url"]) { - location.href=ret_obj["redirect_url"]; + location.href=ret_obj["redirect_url"].replace(/&/g,'&'); return null; }