From c090da643a3e3eacad1deb241b835d45002cd4d5 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 16 Oct 2005 08:20:57 +0000 Subject: [PATCH] Fix: ouverture des liens http dans une page "_blank" --- htdocs/comm/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'';