From 948fbf5962c9f70940d75a7fc08b45abf04ea072 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 26 Mar 2018 12:37:39 +0000 Subject: [PATCH] fix #2006 @1.5 --- inc/ws/Util/html5/master/class.ws.html5.links.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ws/Util/html5/master/class.ws.html5.links.php b/inc/ws/Util/html5/master/class.ws.html5.links.php index b55761156..192dc7c5f 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -884,7 +884,7 @@ class htmlMultimediaLink extends wsHTML5Link { } foreach ($this->_config['inject'] as $i) { - $infos = ['path' => 'data/links/' . $this->alternative . '/']; + $infos = ['path' => 'data/links/' . str_replace('.', '_', $this->alternative) . '/']; $i = str_replace('$id', '"#l_' . $this->id . '"', $i); $i = str_replace('$init', CubeIT_Util_Json::encode($infos), $i); $this->compiler->htmlmultimedia[] = $i; -- 2.39.5