From ee5ea123ed5fdea79eae15d68c6d7e30d32610f2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 31 Dec 2021 16:13:05 +0100 Subject: [PATCH] Revert "Update functions.lib.php" This reverts commit 2676427ec425fdfa44c428ec7268d35d7cff3f8d. --- htdocs/core/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index eb583962b1f..bf36a72bfa2 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -1710,7 +1710,7 @@ function dol_get_fiche_head($links = array(), $active = '', $title = '', $notab //print "x $i $active ".$links[$i][2]." z"; $out .= '
'; if (!empty($links[$i][0])) { - $out .= ''; + $out .= ''; } $out .= $links[$i][1]; if (!empty($links[$i][0])) {