2
0
forked from Wavyzz/dolibarr

Fix function name

This commit is contained in:
Laurent Destailleur
2025-03-19 23:34:14 +01:00
parent fded6d7855
commit 54e3f2932d

View File

@@ -12577,7 +12577,7 @@ function dolGetBadge($label, $html = '', $type = 'primary', $mode = '', $url = '
// TODO: add hook
// escape all attribute
$attr = array_map('dolPrintHtmlForAttribute', $attr);
$attr = array_map('dolPrintHTMLForAttribute', $attr);
$TCompiledAttr = array();
foreach ($attr as $key => $value) {