From 59920dc63a30f305db613ecf885c21eb324a54cb Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 19 May 2009 14:09:51 +0000 Subject: [PATCH] Fix: view background color in view mode --- htdocs/comm/mailing/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/mailing/fiche.php b/htdocs/comm/mailing/fiche.php index b9e378aff6d..ce8bfa31e2a 100644 --- a/htdocs/comm/mailing/fiche.php +++ b/htdocs/comm/mailing/fiche.php @@ -640,7 +640,7 @@ else // Message print ''.$langs->trans("MailMessage").''; - print ''; + print ''; print dol_htmlentitiesbr($mil->body); print ''; print '';