diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php
index bccf3b108b..351b3038c6 100644
--- a/main/newscorm/learnpath.class.php
+++ b/main/newscorm/learnpath.class.php
@@ -4434,10 +4434,12 @@ class learnpath {
}
else
{
- $return .= ' ';
- if (!empty($arrLP[$i]['audio']))
- {
- $return .= ''.get_lang('RemoveAudio');
+ if ($arrLP[$i]['item_type']!='dokeos_chapter') {
+ $return .= ' ';
+ if (!empty($arrLP[$i]['audio']))
+ {
+ $return .= '
'.get_lang('RemoveAudio');
+ }
}
}
$return .= '' . "\n";