From 2bd473e8c0f1eb195a215cef378558adab9e31af Mon Sep 17 00:00:00 2001 From: Cristian Fasanando Date: Thu, 2 Apr 2009 19:21:36 +0200 Subject: [PATCH] =?UTF-8?q?[svn=20r19507]=20Minor=20-=20letter=20=C3=B1=20?= =?UTF-8?q?and=20tildes=20are=20shown=20as=20rare=20characters=20into=20le?= =?UTF-8?q?arning=20path=20display=20-=20partial=20FS#3909?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/newscorm/learnpath.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {