diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php
index 484ba9605d..7bb7342182 100644
--- a/main/newscorm/learnpath.class.php
+++ b/main/newscorm/learnpath.class.php
@@ -4419,7 +4419,7 @@ class learnpath {
//TODO: add a path filter
if($iframe){
- $return .= '';
+ $return .= '';
}
else{
$return .= file_get_contents(api_get_path(SYS_COURSE_PATH) . $_course['path'] . '/document' . $row_doc['path']);