Language bug fix [#1542]

This commit is contained in:
julmis 2004-06-07 11:12:34 +00:00
parent 81560b3cdc
commit 6a2a143adc

View 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