diff --git a/htdocs/compta/paiement_charge.php b/htdocs/compta/paiement_charge.php
index 0b2cc3ea709..6b570f2eb5e 100644
--- a/htdocs/compta/paiement_charge.php
+++ b/htdocs/compta/paiement_charge.php
@@ -241,7 +241,7 @@ if ($_GET["action"] == 'create')
print '
'.$langs->trans("AmountTTC").' | ';
print ''.$langs->trans("AlreadyPaid").' | ';
print ''.$langs->trans("RemainderToPay").' | ';
- print ''.$langs->trans("Amount").' | ';
+ print ''.$langs->trans("Amount").' | ';
print "\n";
$var=True;
@@ -274,7 +274,7 @@ if ($_GET["action"] == 'create')
print ''.price($objp->amount-$sumpaid)." | ";
- print '';
+ print ' | ';
if ($sumpaid < $objp->amount)
{
$namef = "amount_".$objp->id;
|