From 351ed2bcc7004da420a92b298250da54b777e274 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 23 Feb 2011 16:57:42 +0000 Subject: [PATCH] --- inc/ws/Controlleur/class.ws.flash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } -- 2.39.5