--- loncom/xml/lonxml.pm	2015/04/06 16:27:12	1.553
+++ 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.553 2015/04/06 16:27:12 raeburn 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)')}).
      '</span>';
     return $output;
@@ -1641,11 +1640,11 @@ $initialize
         $xml_help
       </td></tr>
     </table>
-    <div class="LC_edit_problem_discards">
+    <div>
       <input type="submit" name="discardview" accesskey="d" value="$lt{'dv'}" />
       $undo $htmlerror $deps_button $dragmath_button
     </div>
-    <div class="LC_edit_problem_saves">
+    <div style="float:right">
       <input type="submit" name="savethisfile" accesskey="s" value="$lt{'st'}" />
       <input type="submit" name="viewmode" accesskey="v" value="$lt{'vi'}" />
     </div>