diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php
index ed48d19e10e..29615d07160 100644
--- a/htdocs/comm/fiche.php
+++ b/htdocs/comm/fiche.php
@@ -235,7 +235,7 @@ if ($_socid > 0)
print "
| ".$langs->transcountry("ProfId1",$objsoc->pays_code)." | siren."\">".$objsoc->siren." | ";
print ''.$langs->transcountry('ProfId2',$objsoc->pays_code).' | '.$objsoc->siret.' |
';
- print '| '.$langs->trans('JuridicalStatus').' | '.$objsoc->forme_juridique.' |
';
+ print '| '.$langs->trans('JuridicalStatus').' | '.$objsoc->forme_juridique.' |
';
print '| '.$langs->trans("Type").' | '.$objsoc->typent.' | '.$langs->trans("Effectif").' | '.$objsoc->effectif.' |
';
print '| ';
|