diff --git a/htdocs/admin/ihm.php b/htdocs/admin/ihm.php index cf5f6613af04c3c29b4af5f65f70bc550479d499..f95908c566bbdc71658cbf81132eedc1d953b47e 100644 --- a/htdocs/admin/ihm.php +++ b/htdocs/admin/ihm.php @@ -183,7 +183,7 @@ if (isset($_GET["action"]) && $_GET["action"] == 'edit') { // Editeur wysiwyg require_once(DOL_DOCUMENT_ROOT."/lib/doleditor.class.php"); - $doleditor=new DolEditor('main_motd',$conf->global->MAIN_MOTD,158,'dolibarr_notes','In',true); + $doleditor=new DolEditor('main_motd',$conf->global->MAIN_MOTD,158,'dolibarr_notes','In',false); $doleditor->Create(); } else @@ -200,7 +200,7 @@ if (isset($_GET["action"]) && $_GET["action"] == 'edit') { // Editeur wysiwyg require_once(DOL_DOCUMENT_ROOT."/lib/doleditor.class.php"); - $doleditor=new DolEditor('main_home',$conf->global->MAIN_HOME,158,'dolibarr_notes','In',true); + $doleditor=new DolEditor('main_home',$conf->global->MAIN_HOME,158,'dolibarr_notes','In',false); $doleditor->Create(); } else