diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php
index 0de27a55dd5..14d1e346240 100644
--- a/htdocs/comm/fiche.php
+++ b/htdocs/comm/fiche.php
@@ -254,9 +254,9 @@ 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\">".$objsoc->url." |
";
+ print '| '.$langs->trans("Web")." | url\" target="_blank">".$objsoc->url." |
";
- print "| ".$langs->transcountry("ProfId1",$objsoc->pays_code)." | siren."\">".$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 c4a857000f6..7a1f1b6947d 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\">$societe->url |
";
+ print '| '.$langs->trans("Web")." | url\" target="_blank">$societe->url |
";
// TVA
print '| '.$langs->trans('VATIntraVeryShort').' | ';
diff --git a/htdocs/soc.php b/htdocs/soc.php
index 895001edf4e..9a0cd25cd5a 100644
--- a/htdocs/soc.php
+++ b/htdocs/soc.php
@@ -692,7 +692,7 @@ else
print ' | '.$langs->trans('Fax').' | '.dolibarr_print_phone($soc->fax).' |
';
print '| '.$langs->trans('Web').' | ';
- if ($soc->url) { print 'http://'.$soc->url.''; }
+ if ($soc->url) { print 'http://'.$soc->url.''; }
print ' |
';
// ProfId1