From 726d7e39e696a6e9b2a2c156623d2acfeab17026 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 10 Jul 2020 02:17:08 +0200 Subject: [PATCH] CSS --- htdocs/societe/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/list.php b/htdocs/societe/list.php index a76a287c739..9b01893e479 100644 --- a/htdocs/societe/list.php +++ b/htdocs/societe/list.php @@ -1119,7 +1119,7 @@ while ($i < min($num, $limit)) // Country if (!empty($arrayfields['country.code_iso']['checked'])) { - print ''; + print ''; $labelcountry = ($obj->country_code && ($langs->trans("Country".$obj->country_code) != "Country".$obj->country_code)) ? $langs->trans("Country".$obj->country_code) : $obj->country_label; print $labelcountry; print '';