[svn r19507] Minor - letter ñ and tildes are shown as rare characters into learning path display - partial FS#3909

skala
Cristian Fasanando 17 years ago
parent 2212daef96
commit 2bd473e8c0
  1. 2
      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 = 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') if($item['type']!='dokeos_chapter' and $item['type']!='dir' AND $item['type']!='dokeos_module')
{ {

Loading…
Cancel
Save