From 2e107b3926d2f4bbcd9de48c2b22b361bd5226f6 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 12 Feb 2006 13:17:22 +0000 Subject: [PATCH] modification de la description produit --- htdocs/compta/propal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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