diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php
index 14d1e346240..ed1c06ba8ca 100644
--- a/htdocs/comm/fiche.php
+++ b/htdocs/comm/fiche.php
@@ -254,7 +254,7 @@ if ($_socid > 0)
print '
| '.$langs->trans('Phone').' | '.dolibarr_print_phone($objsoc->tel,$objsoc->pays_code).' | ';
print ''.$langs->trans('Fax').' | '.dolibarr_print_phone($objsoc->fax,$objsoc->pays_code).' |
';
- print '| '.$langs->trans("Web")." | url\" target="_blank">".$objsoc->url." |
";
+ print '| '.$langs->trans("Web")." | url\" target=\"_blank\">".$objsoc->url." |
";
print "| ".$langs->transcountry("ProfId1",$objsoc->pays_code)." | siren."\" target="_blank">".$objsoc->siren." | ";
print ''.$langs->transcountry('ProfId2',$objsoc->pays_code).' | '.$objsoc->siret.' |
';