diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php
index 2fc5a505455..50773ba82b1 100644
--- a/htdocs/compta/facture.php
+++ b/htdocs/compta/facture.php
@@ -547,7 +547,7 @@ if ($_GET["action"] == 'create')
*/
print_titre("Produits");
- print '
';
+ print '';
print '| Réf | Produit | ';
print 'Prix | Remise | Qté. |
';
@@ -607,7 +607,7 @@ if ($_GET["action"] == 'create')
{
print_titre("Produits");
- print '';
+ print '';
print '| Réf | Produit | ';
print 'Prix | Remise | Qté. |
';
@@ -823,7 +823,7 @@ else
$num_lignes = $db->num_rows();
$i = 0; $total = 0;
- echo '';
+ echo '';
if ($num_lignes)
{
print "";