diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php index f989c903ba..b11fcea44d 100644 --- a/main/newscorm/learnpath.class.php +++ b/main/newscorm/learnpath.class.php @@ -2721,7 +2721,7 @@ class learnpath { $title = rl_get_resource_name(api_get_course_id(),$this->get_id(),$item['id']); } - $title = html_entity_decode($title,ENT_QUOTES,$this->encoding); + $title = utf8_decode(html_entity_decode($title,ENT_QUOTES,$this->encoding)); if($item['type']!='dokeos_chapter' and $item['type']!='dir' AND $item['type']!='dokeos_module') {