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