--- loncom/xml/lonxml.pm 2011/12/01 04:14:12 1.525 +++ loncom/xml/lonxml.pm 2011/12/06 16:30:19 1.526 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.525 2011/12/01 04:14:12 raeburn Exp $ +# $Id: lonxml.pm,v 1.526 2011/12/06 16:30:19 dseaton Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1496,7 +1496,8 @@ sub renderingoptions { {&Apache::lonlocal::texthash ('' => '', 'tth' => 'tth (TeX to HTML)', - 'jsMath' => 'jsMath', + 'MathJax' => 'MathJax', + 'jsMath' => 'jsMath', 'mimetex' => 'mimetex (Convert to Images)')}). ''; return $output;