From 8ec0f64dcd2ca6bb196bb448cd6af08714be3cb0 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Thu, 24 May 2007 01:48:50 +0000
Subject: [PATCH] =?UTF-8?q?Modif=20esth=E9tique=20mineure?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 htdocs/admin/ihm.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/htdocs/admin/ihm.php b/htdocs/admin/ihm.php
index cf5f6613af0..f95908c566b 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
-- 
GitLab