diff --git a/htdocs/fichinter/fiche.php b/htdocs/fichinter/fiche.php
index 53045359d42..fd6d52077c5 100644
--- a/htdocs/fichinter/fiche.php
+++ b/htdocs/fichinter/fiche.php
@@ -906,7 +906,7 @@ elseif ($fichinterid)
print '
';
print '| ';
print ''; // ancre pour retourner sur la ligne
- print nl2br($objp->description);
+ print dol_htmlentitiesbr($objp->description);
// Date
print ' | '.dol_print_date($db->jdate($objp->date_intervention),'dayhour').' | ';