2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Frédéric FRANCE
2020-12-12 17:23:42 +01:00
parent d523ed9f85
commit 46bf871127

View File

@@ -2479,7 +2479,7 @@ function dol_print_socialnetworks($value, $cid, $socid, $type, $dictsocialnetwor
} else {
if (!empty($dictsocialnetworks[$type]['url'])) {
$link = str_replace('{socialid}', $value, $dictsocialnetworks[$type]['url']);
$htmllink .= '&nbsp;<a href="'.$link.'">'.$value.'</a>';
$htmllink .= '&nbsp;<a href="'.$link.'" target="_blank">'.$value.'</a>';
} else {
$htmllink .= $value;
}