From: vincent@cubedesigners.com Date: Tue, 6 Feb 2018 17:33:18 +0000 (+0000) Subject: fix #1923 @1.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7f5c0ddbf461ef01492d3d8f261ad1c89d3da932;p=cubeextranet.git fix #1923 @1.5 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index 27f004cca..942a1250a 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -1188,7 +1188,7 @@ class wsHTML5Compiler { if (in_array($page, $this->config->vectorPages)) { - $this->vdir->copy($fullopt, 'data/contents/p' . $page . '.svg'); + $this->vdir->copy(str_replace('%s', '-150', $fullopt), 'data/contents/p' . $page . '.svg'); } else { $this->vdir->copy($opt, 'data/contents/p' . $page . '.svg'); }