Skip to content

Commit

Permalink
MDL-14741: Sent by Mauno K. - Fix one typo in Dragmath plugin for Tin…
Browse files Browse the repository at this point in the history
…yMCE
  • Loading branch information
scyrma committed Jun 11, 2008
1 parent d42342f commit af74df7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

<applet
name="dragmath"
codebase="<?php echo $CFG->wwwroot.'/lib/editor/tinymce/jscripts/tiny_mce/plugins/dragmath/applet/classes' ?>"
code="Display.MainApplet.class"
codebase="<?php echo $CFG->httpswwwroot.'/lib/editor/tinymce/jscripts/tiny_mce/plugins/dragmath/applet/classes' ?>"
code="Display/MainApplet.class"
archive="Project.jar,AbsoluteLayout.jar,swing-layout-1.0.jar,jdom.jar,jep.jar"
width=540 height=300
>
Expand Down

0 comments on commit af74df7

Please sign in to comment.