forked from Wavyzz/dolibarr
Fix function name
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user