Diff for /loncom/xml/lonxml.pm between versions 1.531.2.19 and 1.531.2.20

version 1.531.2.19, 2015/04/06 17:02:33 version 1.531.2.20, 2016/08/05 20:57:58
Line 1623  sub renderingoptions { Line 1623  sub renderingoptions {
                (''        => '',                 (''        => '',
                 'tth'     => 'tth (TeX to HTML)',                  'tth'     => 'tth (TeX to HTML)',
                 'MathJax' => 'MathJax',                  'MathJax' => 'MathJax',
   'jsMath'  => 'jsMath',  
                 'mimetex' => 'mimetex (Convert to Images)')}).                  'mimetex' => 'mimetex (Convert to Images)')}).
      '</span>';       '</span>';
     return $output;      return $output;

Removed from v.1.531.2.19  
changed lines
  Added in v.1.531.2.20


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>