Debug v21

This commit is contained in:
Laurent Destailleur (aka Eldy)
2025-02-11 11:03:10 +01:00
parent e090f09ced
commit e76c396178

View File

@@ -13018,7 +13018,7 @@ function dolGetButtonTitle($label, $helpText = '', $iconClass = 'fa fa-file', $u
);
if (!empty($helpText)) {
$attr['title'] = dol_escape_htmltag($helpText);
$attr['title'] = $helpText;
} elseif ($label) { // empty($attr['title']) &&
$attr['title'] = $label;
$useclassfortooltip = 0;