]> git.mjollnir.org Git - moodle.git/commitdiff
Language bug fix [#1542]
authorjulmis <julmis>
Mon, 7 Jun 2004 11:12:34 +0000 (11:12 +0000)
committerjulmis <julmis>
Mon, 7 Jun 2004 11:12:34 +0000 (11:12 +0000)
lib/editor/popups/fullscreen.php

index c4180ca4e726177edcf2a3ac472ad46a4fbfb592..97c2af591f7fc0e6faa421b1a526a69c63bba557 100644 (file)
@@ -117,7 +117,7 @@ function init() {
   config.height      = "auto";
 
   // change maximize button to minimize button
-  config.btnList["popupeditor"] = [ '<?php print_string("minimize","editor");?>', '<?php echo $CFG->wwwroot ?>/lib/editor/images/fullscreen_minimize.gif', true,
+  config.btnList["popupeditor"] = [ "<?php print_string("minimize","editor");?>", "<?php echo $CFG->wwwroot ?>/lib/editor/images/fullscreen_minimize.gif", true,
                                     function() { window.close(); } ];
 
   // generate editor and resize it