diff --git a/htdocs/compta/propal.php b/htdocs/compta/propal.php
index 721a8a04578..d39fc4abef9 100644
--- a/htdocs/compta/propal.php
+++ b/htdocs/compta/propal.php
@@ -409,7 +409,7 @@ if ($_GET["propalid"] > 0)
{
print " (Jusqu'au ".dolibarr_print_date($objp->date_end).')';
}
- print $objp->description?'
'.$objp->description:'';
+ print $objp->description?'
'.stripslashes(nl2br($objp->description)):'';
print '';
}
else