From e913d854d0e4cac84edfcf4ce694eb47f35d9c8f Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Mon, 16 Jul 2018 11:00:39 +0200 Subject: [PATCH] Fix PR --- htdocs/comm/mailing/cibles.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/mailing/cibles.php b/htdocs/comm/mailing/cibles.php index 91d9fc1a423..d3a627a1695 100644 --- a/htdocs/comm/mailing/cibles.php +++ b/htdocs/comm/mailing/cibles.php @@ -331,12 +331,12 @@ if ($object->fetch($id) >= 0) if ($allowaddtarget) { - print '
'; + print ''; print ''; } else { - print '
'; + print '
'; } print '
';