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 29ffa1835..3de517d27 100644 --- a/mod/tinymce/start.php +++ b/mod/tinymce/start.php @@ -20,7 +20,7 @@ function tinymce_longtext_menu($hook, $type, $items, $vars) { $items[] = ElggMenuItem::factory(array( 'name' => 'tinymce_toggler', - 'class' => 'tinymce-toggle-editor', + 'class' => 'tinymce-toggle-editor elgg-longtext-control', 'href' => "javascript:elgg.tinymce.toggleEditor('{$vars['id']}');", 'text' => elgg_echo('tinymce:remove'), )); |