MDL-19516 dragmath embedding improvements by Mauno Korpelainen

This commit is contained in:
skodak
2009-06-19 14:35:46 +00:00
parent 17da2e6f28
commit a262db825d
2 changed files with 13 additions and 26 deletions
@@ -46,7 +46,7 @@ if (!file_exists("$CFG->dirroot/lib/dragmath/applet/lang/$lang.xml")) {
width="540" height="300"
>
<param name="language" value="<?php echo $lang; ?>" />
<param name="outputFormat" value="Latex" />
<param name="outputFormat" value="MoodleTex" />
<param name="showOutputToolBar" value="false" />
<?php print_string('dragmath:dragmath_javaneeded', 'editor_tinymce', '<a href="http://www.java.com">Java.com</a>')?>
</applet>