From: julmis Date: Mon, 7 Jun 2004 11:12:34 +0000 (+0000) Subject: Language bug fix [#1542] X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6a2a143adc75640a515c7d999324b09c29054b1e;p=moodle.git Language bug fix [#1542] --- diff --git a/lib/editor/popups/fullscreen.php b/lib/editor/popups/fullscreen.php index c4180ca4e7..97c2af591f 100644 --- a/lib/editor/popups/fullscreen.php +++ b/lib/editor/popups/fullscreen.php @@ -117,7 +117,7 @@ function init() { config.height = "auto"; // change maximize button to minimize button - config.btnList["popupeditor"] = [ '', 'wwwroot ?>/lib/editor/images/fullscreen_minimize.gif', true, + config.btnList["popupeditor"] = [ "", "wwwroot ?>/lib/editor/images/fullscreen_minimize.gif", true, function() { window.close(); } ]; // generate editor and resize it