diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php index 429fc34465..e39ecbdcc1 100644 --- a/main/newscorm/learnpath.class.php +++ b/main/newscorm/learnpath.class.php @@ -4436,7 +4436,7 @@ class learnpath { } else { - if ($arrLP[$i]['item_type']!='dokeos_chapter') { + if ($arrLP[$i]['item_type']!='dokeos_chapter' && $arrLP[$i]['item_type'] != 'dokeos_module' && $arrLP[$i]['item_type'] != 'dir') { $return .= ' '; if (!empty($arrLP[$i]['audio'])) {