diff --git a/htdocs/accountancy/bookkeeping/list.php b/htdocs/accountancy/bookkeeping/list.php
index 6eb86bb78fa..4b0ab08d1b1 100644
--- a/htdocs/accountancy/bookkeeping/list.php
+++ b/htdocs/accountancy/bookkeeping/list.php
@@ -751,8 +751,8 @@ if ($num > 0)
$i++;
if ($i == 1)
{
- if ($num < $limit && empty($offset)) print '
'.$langs->trans("Total").' | ';
- else print ''.$langs->trans("Totalforthispage").' | ';
+ if ($num < $limit && empty($offset)) print ''.$langs->trans("Total").' | ';
+ else print ''.$langs->trans("Totalforthispage").' | ';
}
elseif ($totalarray['totaldebitfield'] == $i) print ''.price($totalarray['totaldebit']).' | ';
elseif ($totalarray['totalcreditfield'] == $i) print ''.price($totalarray['totalcredit']).' | ';