--- loncom/xml/lonxml.pm 2015/04/17 12:34:12 1.554 +++ loncom/xml/lonxml.pm 2016/02/20 00:12:45 1.555 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.554 2015/04/17 12:34:12 droeschl Exp $ +# $Id: lonxml.pm,v 1.555 2016/02/20 00:12:45 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1528,7 +1528,6 @@ sub renderingoptions { ('' => '', 'tth' => 'tth (TeX to HTML)', 'MathJax' => 'MathJax', - 'jsMath' => 'jsMath', 'mimetex' => 'mimetex (Convert to Images)')}). ''; return $output;