When installing ckeditor in libraries/ instead of modules/ckeditor/, the ckeditor.module still thinks the editor's contents.css is located in the module directory.
Line 849, $module_full_path:
$css_files[] = $module_full_path .'/ckeditor/contents.css';
Should be $editor_path:
$css_files[] = $editor_path .'/ckeditor/contents.css';
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | ckeditor-contents-css-728212-2.patch | 734 bytes | Anonymous (not verified) |
| #1 | ckeditor-contents-css-728212-1.patch | 743 bytes | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedPatch attached, thank you.
Comment #2
Anonymous (not verified) commentedActually, should be like this:
Fixed patch attached.
Comment #3
Anonymous (not verified) commentedComment #4
mephir commentedThanks for your interest. I checked your patch. Changes will be commited soon.
Comment #5
Anonymous (not verified) commentedGreat!
Comment #6
mephir commentedChanges commited to CVS. Thanks a lot ;)