diff --git a/htdocs/expensereport/card.php b/htdocs/expensereport/card.php
index f046b4ea61f..e177312a7d6 100644
--- a/htdocs/expensereport/card.php
+++ b/htdocs/expensereport/card.php
@@ -1432,7 +1432,7 @@ else
{
$num = $db->num_rows($resql);
$i = 0; $total = 0;
- print '
';
+ print '';
print '';
print '| '.$langs->trans("RefPayment").' | ';
print ''.$langs->trans("Date").' | ';
diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php
index d14a43764d7..d0edbd1f458 100644
--- a/htdocs/fourn/facture/card.php
+++ b/htdocs/fourn/facture/card.php
@@ -1736,7 +1736,7 @@ else
{
$num = $db->num_rows($result);
$i = 0; $totalpaye = 0;
- print '';
+ print '';
print '';
print '| '.$langs->trans('Payments').' | ';
print ''.$langs->trans('Date').' | ';