From 065705f281725a3be2e66c6a683c79618d5adbd3 Mon Sep 17 00:00:00 2001 From: ngleader Date: Thu, 20 Nov 2008 00:55:28 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4923 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/components/multimedia_link/tpl/popup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/editor/components/multimedia_link/tpl/popup.js b/modules/editor/components/multimedia_link/tpl/popup.js index 0215427af..4b71dc19e 100644 --- a/modules/editor/components/multimedia_link/tpl/popup.js +++ b/modules/editor/components/multimedia_link/tpl/popup.js @@ -28,6 +28,7 @@ function insertMultimedia(obj) { var url = xGetElementById("multimedia_url").value; url = url.replace(request_uri,''); + url = encodeURI(url); var caption = xGetElementById("multimedia_caption").value;