From c73db92a62af312344182775e5b0f292134faed1 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Fri, 8 Jun 2007 18:55:52 +0200 Subject: [PATCH] [svn r12571] Minor - used api_get_cidreq() rather than some of the direct but not standard form $_SESSION['_cid'] Minor - changed some
to
for XHTML conformance --- main/newscorm/learnpath.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php index 7767e0beae..ea90c004de 100644 --- a/main/newscorm/learnpath.class.php +++ b/main/newscorm/learnpath.class.php @@ -2257,7 +2257,7 @@ class learnpath { //if(empty($parent)){$parent = $this->ordered_items[$this->items[$this->current]->get_previous_index()];} $html .= '
'."\n" ; if(api_is_allowed_to_edit()){ - $html.="lp_id."' style='font-size: 11px' target='_parent'>".mb_convert_encoding(get_lang("Build"),$this->encoding)."|lp_id."' target='_parent'>".mb_convert_encoding(get_lang("BasicOverview"),$this->encoding)."|".mb_convert_encoding(get_lang("Display"),$this->encoding)."

"; + $html.="".mb_convert_encoding(get_lang("Build"),$this->encoding)."|".mb_convert_encoding(get_lang("BasicOverview"),$this->encoding)."|".mb_convert_encoding(get_lang("Display"),$this->encoding)."

"; } // " onchange=\"javascript:document.getElementById('toc_$parent').focus();\">\n"; require_once('resourcelinker.inc.php'); @@ -2306,7 +2306,7 @@ class learnpath { if(empty($title))$title = '-'; if($item['type']!='dokeos_chapter' and $item['type']!='dir' AND $item['type']!='dokeos_module'){ - //$html .= "".$title."" ; + //$html .= "".$title."" ; $url = $this->get_link('http',$item['id']); //$html .= ''.$title.'' ; //$html .= ''.$title.'' ;