https://bugzilla.wikimedia.org/show_bug.cgi?id=25653
Gadi Cohen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|FIXED | --- Comment #7 from Gadi Cohen <[email protected]> 2011-05-12 00:12:16 UTC --- The above patch does not properly fix the problem. Although it solves the 'unterminated string' error, the changed line is still incorrect. The result is that although FCKeditor will now 'load', the style sheets are still not loaded and style formatting is absent from the editor. I've created a diff against the diff above that properly solves the problem. http://www.mediawiki.org/wiki/Extension_talk:FCKeditor_(Official)#Extension_doesn.27t_work_with_RTL_languages_.28exists_in_1.16-r69707_and_trunk-r87608.29_SOLVED In short, there needs to be a commma between the location of the two style sheets. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
