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

This commit is contained in:
Laurent Destailleur 2024-02-18 15:41:28 +01:00
commit 0ae66f7ff2

View File

@ -2521,7 +2521,7 @@ if ($action == 'create' || $action == 'adduserldap') {
if ($caneditfield) {
print '<textarea name="address" id="address" class="quatrevingtpercent" rows="3" wrap="soft">';
}
print dol_escape_htmltag(GETPOSTISSET('address') ? GETPOST('address') : $object->address);
print dol_escape_htmltag(GETPOSTISSET('address') ? GETPOST('address') : $object->address, 0, 1);
if ($caneditfield) {
print '</textarea>';
}