Index: trunk/extensions/FCKeditor/FCKeditor.body.php |
— | — | @@ -413,7 +413,7 @@ |
414 | 414 | oFCKeditor.Config["CustomConfigurationsPath"] = wgScriptPath + "/" + wgFCKEditorExtDir + "/fckeditor_config.js";'; |
415 | 415 | // Load fckeditor-rtl.css for right-to-left languages, but only fckeditor.css for other languages |
416 | 416 | if( $wgContLang->isRTL() ) { |
417 | | - $script .= 'oFCKeditor.Config["EditorAreaCSS"] = wgScriptPath + "/" + wgFCKEditorExtDir + "/css/fckeditor.css, wgScriptPath + "/" + wgFCKEditorExtDir + "/css/fckeditor-rtl.css";'; |
| 417 | + $script .= 'oFCKeditor.Config["EditorAreaCSS"] = wgScriptPath + "/" + wgFCKEditorExtDir + "/css/fckeditor.css + wgScriptPath + "/" + wgFCKEditorExtDir + "/css/fckeditor-rtl.css";'; |
418 | 418 | } else { |
419 | 419 | $script .= 'oFCKeditor.Config["EditorAreaCSS"] = wgScriptPath + "/" + wgFCKEditorExtDir + "/css/fckeditor.css";'; |
420 | 420 | } |