diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php
index e755f5cf4d..b444d431a4 100755
--- a/main/newscorm/learnpath.class.php
+++ b/main/newscorm/learnpath.class.php
@@ -4710,9 +4710,10 @@ class learnpath {
}
} else {
if ($arrLP[$i]['item_type'] != 'dokeos_chapter' && $arrLP[$i]['item_type'] != 'dokeos_module' && $arrLP[$i]['item_type'] != 'dir') {
+
$return .= ' ';
if (!empty ($arrLP[$i]['audio'])) {
- $return .= '
' . get_lang('RemoveAudio');
+ $return .= '
'.Security::remove_XSS($arrLP[$i]['audio']).'' . get_lang('RemoveAudio');
}
}
}