From f01acd976134d081e3df39bee21f03880d3e06f4 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 3 Sep 2020 17:13:07 +0000 Subject: [PATCH] wip #3828 @0.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 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); -- 2.39.5