From eadae1b335a159ecaa55eefe6ac0e6e1db4f2f29 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 30 Apr 2019 13:33:28 +0000 Subject: [PATCH] #2623 --- 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 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 != '') { -- 2.39.5