mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
Fix: show \r\n if description contain <br>
This commit is contained in:
@@ -831,9 +831,9 @@ class UserGroup extends CommonObject
|
|||||||
{
|
{
|
||||||
$langs->load("users");
|
$langs->load("users");
|
||||||
$label=$langs->trans("ShowGroup");
|
$label=$langs->trans("ShowGroup");
|
||||||
$linkclose.=' alt="'.dol_escape_htmltag($label, 1).'"';
|
$linkclose.=' alt="'.dol_escape_htmltag($label, 1, 1).'"';
|
||||||
}
|
}
|
||||||
$linkclose.= ' title="'.dol_escape_htmltag($label, 1).'"';
|
$linkclose.= ' title="'.dol_escape_htmltag($label, 1, 1).'"';
|
||||||
$linkclose.= ' class="classfortooltip'.($morecss?' '.$morecss:'').'"';
|
$linkclose.= ' class="classfortooltip'.($morecss?' '.$morecss:'').'"';
|
||||||
}
|
}
|
||||||
/*if (! is_object($hookmanager))
|
/*if (! is_object($hookmanager))
|
||||||
|
|||||||
Reference in New Issue
Block a user