From: vincent@cubedesigners.com Date: Tue, 30 Apr 2019 13:33:28 +0000 (+0000) Subject: #2623 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=eadae1b335a159ecaa55eefe6ac0e6e1db4f2f29;p=cubeextranet.git #2623 --- 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 331670a78..7289ea1cb 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -1154,7 +1154,7 @@ class wsHTML5Compiler if (!$ignore) { $ignore = array(); } else { - $ignore = split(',', $ignore); + $ignore = explode(',', $ignore); } if ($this->book->parametres->externalChaptersHTML != '') {