From: vincent@cubedesigners.com Date: Wed, 23 Feb 2011 16:57:42 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=351ed2bcc7004da420a92b298250da54b777e274;p=cubeextranet.git --- diff --git a/inc/ws/Controlleur/class.ws.flash.php b/inc/ws/Controlleur/class.ws.flash.php index b43c0bb71..e08eabca3 100644 --- a/inc/ws/Controlleur/class.ws.flash.php +++ b/inc/ws/Controlleur/class.ws.flash.php @@ -443,7 +443,7 @@ class wsFlash extends cubeFlashGateway { $this->xml->addChild('width', $size[0]); $this->xml->addChild('height', $size[1]); - $this->xml->addChild('links', json_encode($links)); + $this->xml->addChild('links', html::escapeHTML(json_encode($links))); $this->xml->addChild('rulers', json_encode($rulers)); }