diff --git a/main/inc/lib/fckeditor/toolbars/comment_learning_path.php b/main/inc/lib/fckeditor/toolbars/comment_learning_path.php index e4cf11e6a9..f5ae465d2e 100644 --- a/main/inc/lib/fckeditor/toolbars/comment_learning_path.php +++ b/main/inc/lib/fckeditor/toolbars/comment_learning_path.php @@ -6,7 +6,7 @@ // This is the visible toolbar set when the editor has "normal" size. $config['ToolbarSets']['Normal'] = array( - array('Link','Unlink','Bold','Italic','TextColor','BGColor','mimetex','Source') + array('Link','Unlink','Bold','Italic','TextColor','BGColor','Source') ); // This is the visible toolbar set when the editor is maximized. diff --git a/main/inc/lib/fckeditor/toolbars_maxi/comment_learning_path.php b/main/inc/lib/fckeditor/toolbars_maxi/comment_learning_path.php new file mode 100644 index 0000000000..c16eed1d86 --- /dev/null +++ b/main/inc/lib/fckeditor/toolbars_maxi/comment_learning_path.php @@ -0,0 +1,44 @@ +