From 931586269ace781e0772692d837f3b4d55cffe3d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 28 Aug 2019 18:23:41 +0200 Subject: [PATCH] Fix td --- htdocs/comm/mailing/cibles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/mailing/cibles.php b/htdocs/comm/mailing/cibles.php index 550470b507d..09eac75927a 100644 --- a/htdocs/comm/mailing/cibles.php +++ b/htdocs/comm/mailing/cibles.php @@ -632,7 +632,7 @@ if ($object->fetch($id) >= 0) { if ($object->statut < 2) { - print ''; + print ''; print $langs->trans("NoTargetYet"); print ''; }