diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php
index 911fae6ac82..8a58d968380 100644
--- a/htdocs/compta/facture.php
+++ b/htdocs/compta/facture.php
@@ -766,7 +766,7 @@ if ($_GET['action'] == 'create')
$html->select_produits('','idprod'.$i,'',$conf->produit->limit_size);
print '';
print '
';
- print ' % ';
+ print ' % ';
print ' ';
// Si le module service est actif, on propose des dates de début et fin à la ligne
if ($conf->service->enabled)
@@ -1302,7 +1302,7 @@ else
{
print '';
}
@@ -1545,7 +1545,7 @@ else
print '';
print ' ';
print ' ';
- print ' % ';
+ print ' % ';
print ' ';
print '';
if ($conf->service->enabled)
@@ -2073,7 +2073,7 @@ else
}
}
- print ''.img_object($langs->trans('ShowBill'),'bill').' ';
+ print ''.img_object($langs->trans('ShowBill'),'bill').' ';
print ''.$objp->facnumber.' '.$objp->increment;
if ($objp->datelimite < (time() - $conf->facture->client->warning_delay) && ! $objp->paye && $objp->fk_statut == 1 && ! $objp->am) print img_warning($langs->trans('Late'));
print ' ';