diff --git a/htdocs/compta/resultat/index.php b/htdocs/compta/resultat/index.php
index 5b3b2fe05d1..a3855b9c7ea 100644
--- a/htdocs/compta/resultat/index.php
+++ b/htdocs/compta/resultat/index.php
@@ -65,7 +65,7 @@ if ($modecompta == 'CREANCES-DETTES')
$nom.='
('.$langs->trans("SeeReportInInputOutputMode",'','').')';
$period="$year_start - $year_end";
$periodlink=($year_start?"".img_previous()." ".img_next()."":"");
- $description=$langs->trans("RulesResultDue");
+ $description=$langs->trans("RulesResultDue")."
";
if (! empty($conf->global->FACTURE_DEPOSITS_ARE_JUST_PAYMENTS)) $description.= $langs->trans("DepositsAreNotIncluded");
else $description.= $langs->trans("DepositsAreIncluded");
$builddate=time();