diff --git a/public/main/lp/lp_edit.php b/public/main/lp/lp_edit.php index 1214199f58..4c60bb49bc 100644 --- a/public/main/lp/lp_edit.php +++ b/public/main/lp/lp_edit.php @@ -112,10 +112,10 @@ if ('true' === api_get_setting('allow_course_theme')) { // Author $form->addHtmlEditor( - 'html_editor', 'lp_author', get_lang('Author'), - ['size' => 80], + false, + false, ['ToolbarSet' => 'LearningPathAuthor', 'Width' => '100%', 'Height' => '200px'] ); $form->applyFilter('lp_author', 'html_filter');