From ed923253bd2c9017249420bfbcce6e5fd01b26c2 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Thu, 22 Apr 2021 15:23:37 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/contact/list.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php index 9b034438f2c..05328999cf5 100644 --- a/htdocs/contact/list.php +++ b/htdocs/contact/list.php @@ -723,8 +723,7 @@ if (!empty($conf->categorie->enabled) && $user->rights->categorie->lire) { $moreforfilter .= ''; } - if (!empty($conf->fournisseur->enabled) && (empty($type) || $type == 'f')) - { + if (!empty($conf->fournisseur->enabled) && (empty($type) || $type == 'f')) { $moreforfilter .= '
'; $tmptitle = $langs->trans('SuppliersCategoriesShort'); $moreforfilter .= img_picto($tmptitle, 'category', 'class="pictofixedwidth"');