]> _ Git - cubeextranet.git/commitdiff
wait #4954 @1
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 10 Dec 2021 10:24:25 +0000 (10:24 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 10 Dec 2021 10:24:25 +0000 (10:24 +0000)
inc/ws/Controlleur/class.ws.url.php
inc/ws/Util/packager/class.ws.packager.win.exe.html.php

index 262b9d2898d7d2696c0fa2512499e3dcca652a6d..316823a0d8b4a69ba9cffa40019bc08d95a16aa2 100644 (file)
@@ -1094,7 +1094,7 @@ html.tall{height:150%}' . "\n";
             $tcolor = $scolor;
         }
 
-        $res = '<html>';
+        $res = '<!DOCTYPE html><html>';
         $res .= '<head>';
         $res .= '<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">';
         $res .= '<style>
index 99f30ebc1e56241b46431777c421b960880925c5..731adb90873eac1d28b5eae92aa4972553e6f1f6 100644 (file)
@@ -10,6 +10,7 @@ class wsPackagerWinEXEHTML extends wsPackager
     protected $appversion = '';\r
     protected $node_platform = 'win';\r
     protected $exenameMaxlength = 30;\r
+    protected $_compileOnConstruct = true;\r
 \r
     public function __construct($book_id, $options = [])\r
     {\r