diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php
index 7a17f6d7ee9..c127e4cada5 100644
--- a/htdocs/comm/propal.php
+++ b/htdocs/comm/propal.php
@@ -1597,7 +1597,7 @@ print '
'.price($object->total_ttc).' | ';
print ''.$langs->trans("Currency".$conf->currency).' | ';
// Statut
-print '| '.$langs->trans('Status').' | '.$object->getLibStatut(4).' |
';
+print '| '.$langs->trans('Status').' | '.$object->getLibStatut(4).' |
';
print '
';
@@ -1644,7 +1644,7 @@ if ($object->statut == 0 && $user->rights->propale->creer)
// Add free products/services
$object->formAddFreeProduct(0,$mysoc,$soc,$hookmanager);
-
+
// Add predefined products/services
if ($conf->product->enabled || $conf->service->enabled)
{