--- loncom/interface/lonmainmenu.pm 2009/12/07 22:33:26 1.8.4.3 +++ loncom/interface/lonmainmenu.pm 2009/12/15 05:17:52 1.8.4.5 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # displays the main menu # -# $Id: lonmainmenu.pm,v 1.8.4.3 2009/12/07 22:33:26 raeburn Exp $ +# $Id: lonmainmenu.pm,v 1.8.4.5 2009/12/15 05:17:52 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -81,7 +81,11 @@ ENDSCRIPT $switcher_js = &gcitest_switcher_js($current,$numcourses); $script_tag= <<"ENDSCRIPT"; ENDSCRIPT } @@ -132,12 +136,12 @@ sub gcitest_switcher { } if ($default) { $output = '
'. - ''. ''; foreach my $item (@sorted_courses) { foreach my $course (@{$Sortby{$item}}) { my ($cdom,$cnum) = split('_',$course); - $output .= ''; + $output .= ''; } } $output .= '
';