diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php
index ed1c06ba8ca..efe0acf70b1 100644
--- a/htdocs/comm/fiche.php
+++ b/htdocs/comm/fiche.php
@@ -256,7 +256,7 @@ if ($_socid > 0)
print '
| '.$langs->trans("Web")." | url\" target=\"_blank\">".$objsoc->url." |
";
- print "| ".$langs->transcountry("ProfId1",$objsoc->pays_code)." | siren."\" target="_blank">".$objsoc->siren." | ";
+ print "
| ".$langs->transcountry("ProfId1",$objsoc->pays_code)." | siren."\" target=\"_blank\">".$objsoc->siren." | ";
print ''.$langs->transcountry('ProfId2',$objsoc->pays_code).' | '.$objsoc->siret.' |
';
print '| '.$langs->transcountry('ProfId3',$objsoc->pays_code).' | '.$objsoc->ape.' | |
';
diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php
index 7a1f1b6947d..abde85a3b3d 100644
--- a/htdocs/compta/fiche.php
+++ b/htdocs/compta/fiche.php
@@ -234,7 +234,7 @@ if ($socid > 0)
print '| '.$langs->trans('Country').' | '.$societe->pays.' |
';
print '| '.$langs->trans("Phone").' | '.dolibarr_print_phone($societe->tel,$societe->pays_code).' | '.$langs->trans("Fax").' | '.dolibarr_print_phone($societe->fax,$societe->pays_code).' |
';
- print '| '.$langs->trans("Web")." | url\" target="_blank">$societe->url |
";
+ print '| '.$langs->trans("Web")." | url\" target=\"_blank\">$societe->url |
";
// TVA
print '| '.$langs->trans('VATIntraVeryShort').' | ';
|