Browse Source

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

Laurent Destailleur 1 year ago
parent
commit
0ae66f7ff2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/user/card.php

+ 1 - 1
htdocs/user/card.php

@@ -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>';
 			}