From: vincent@cubedesigners.com Date: Thu, 3 Sep 2020 17:13:07 +0000 (+0000) Subject: wip #3828 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f01acd976134d081e3df39bee21f03880d3e06f4;p=cubeextranet.git wip #3828 @0.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 9883daeaa..ac2ae1538 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -926,7 +926,7 @@ class wsHTML5Compiler $style = array(); foreach ($sheets as $sheet) { - $style[] = ''; + $style[] = ''; } $style = implode("\n\t\t", $style);