2
0
forked from Wavyzz/dolibarr

Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
ldestailleur
2025-03-03 17:00:48 +01:00
16 changed files with 39 additions and 37 deletions

View File

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