--- loncom/xml/lonxml.pm 2015/04/06 17:02:33 1.531.2.19 +++ loncom/xml/lonxml.pm 2016/08/05 20:57:58 1.531.2.20 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.531.2.19 2015/04/06 17:02:33 raeburn Exp $ +# $Id: lonxml.pm,v 1.531.2.20 2016/08/05 20:57:58 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1623,7 +1623,6 @@ sub renderingoptions { ('' => '', 'tth' => 'tth (TeX to HTML)', 'MathJax' => 'MathJax', - 'jsMath' => 'jsMath', 'mimetex' => 'mimetex (Convert to Images)')}). ''; return $output;