From 89cf71a486aac9c81e66d83d13787c14c6f166ca Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 14 Feb 2009 14:41:14 +0000 Subject: [PATCH] Fix: CR on form --- htdocs/expedition/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/expedition/fiche.php b/htdocs/expedition/fiche.php index 629d8090e55..e4c4a3bfdb8 100644 --- a/htdocs/expedition/fiche.php +++ b/htdocs/expedition/fiche.php @@ -377,7 +377,7 @@ if ($_GET["action"] == 'create') print ''; print ''.img_object($langs->trans("ShowProduct"),"product").' '.$product->ref.' - '.$product->libelle; - if ($ligne->desc) print dol_nl2br(dol_htmlcleanlastbr($ligne->desc),1); + if ($ligne->desc) print '
'.dol_nl2br(dol_htmlcleanlastbr($ligne->desc),1); print ''; } else