From 7f5c0ddbf461ef01492d3d8f261ad1c89d3da932 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 6 Feb 2018 17:33:18 +0000 Subject: [PATCH] fix #1923 @1.5 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } -- 2.39.5