From fc3f8940f9d84c62d7352162ff931bd13019aa69 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 25 May 2018 14:12:39 +0000 Subject: [PATCH] fix #2064 @0.5 --- inc/ws/Util/packager/class.ws.packager.html.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inc/ws/Util/packager/class.ws.packager.html.php b/inc/ws/Util/packager/class.ws.packager.html.php index 6de1e858f..20c17ed34 100644 --- a/inc/ws/Util/packager/class.ws.packager.html.php +++ b/inc/ws/Util/packager/class.ws.packager.html.php @@ -23,6 +23,10 @@ class wsPackagerHTML extends wsPackager { protected function preparePackage() { parent::preparePackage(); + if($this->book->parametres->scorm_enable){ + $this->book->parametres->alwaysHTML5=true; + } + $this->_ext = $this->book->parametres->htmlExtension; if ($this->book->parametres->offlineExport && $this->book->parametres->pdfComplex) { -- 2.39.5