--- loncom/xml/lonxml.pm 2012/05/10 19:08:33 1.531.2.1 +++ loncom/xml/lonxml.pm 2012/07/05 19:24:02 1.532 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.531.2.1 2012/05/10 19:08:33 raeburn Exp $ +# $Id: lonxml.pm,v 1.532 2012/07/05 19:24:02 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1502,6 +1502,7 @@ sub renderingoptions { {&Apache::lonlocal::texthash ('' => '', 'tth' => 'tth (TeX to HTML)', + 'MathJax' => 'MathJax', 'jsMath' => 'jsMath', 'mimetex' => 'mimetex (Convert to Images)')}). ''; @@ -1857,7 +1858,7 @@ sub get_courseupload_hierarchy { my ($url) = @_; my ($symb,$itemtitle,$displaypath); if ($env{'request.course.id'}) { - $symb = &Apache::lonnet::symbread(); + $symb = &Apache::lonnet::symbread($url); my ($map,$id,$res)=&Apache::lonnet::decode_symb($symb); my $navmap=Apache::lonnavmaps::navmap->new; if (ref($navmap)) {