]> _ Git - cubeextranet.git/commitdiff
fix #1923 @1.5
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 6 Feb 2018 17:33:18 +0000 (17:33 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 6 Feb 2018 17:33:18 +0000 (17:33 +0000)
inc/ws/Util/html5/master/class.ws.html5.compiler.php

index 27f004cca9fcc56528875c49ee15da9d5edb5d9f..942a1250a1572eda1aa9902a5f57307b073c7b73 100644 (file)
@@ -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');
                                }