From 6ab0de145b49b72d765736757058d6d88f85094f Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Tue, 13 Apr 2021 08:33:57 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/projet/card.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/htdocs/projet/card.php b/htdocs/projet/card.php index c72f08f8020..38db7ec1fd6 100644 --- a/htdocs/projet/card.php +++ b/htdocs/projet/card.php @@ -617,8 +617,7 @@ if ($action == 'create' && $user->rights->projet->creer) { print $form->selectarray('public', $array, GETPOSTISSET('public') ? GETPOST('public') : $object->public, 0, 0, 0, '', 0, 0, 0, '', '', 1); } - else - { + else { print ''; if ( (GETPOSTISSET('public') ? GETPOST('public') : $object->public)==0) print $langs->trans("PrivateProject"); @@ -902,8 +901,7 @@ if ($action == 'create' && $user->rights->projet->creer) { print $form->selectarray('public', $array, $object->public, 0, 0, 0, '', 0, 0, 0, '', '', 1); } - else - { + else { print ''; if ($object->public==0) print $langs->trans("PrivateProject");