From a36c6a8ddaadea8787b8107f092dca19c37adb19 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 10 Jul 2020 02:46:59 +0200 Subject: [PATCH] FIX #14209 --- htdocs/projet/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projet/card.php b/htdocs/projet/card.php index c9007dc6d8a..1fb01bb52bb 100644 --- a/htdocs/projet/card.php +++ b/htdocs/projet/card.php @@ -1112,7 +1112,7 @@ elseif ($object->id > 0) // Description print ''.$langs->trans("Description").''; - print nl2br($object->description); + print dol_htmlentitiesbr($object->description); print ''; // Categories