diff options
Diffstat (limited to 'mod/tinymce/start.php')
-rw-r--r-- | mod/tinymce/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/tinymce/start.php b/mod/tinymce/start.php index bc54c36a0..ddf285090 100644 --- a/mod/tinymce/start.php +++ b/mod/tinymce/start.php @@ -6,7 +6,7 @@ */ function tinymce_init() { - elgg_extend_view('css', 'tinymce/css'); + elgg_extend_view('css/screen', 'tinymce/css'); elgg_extend_view('embed/custom_insert_js', 'tinymce/embed_custom_insert_js'); } |