diff --git a/htdocs/compta/tva/clients.php b/htdocs/compta/tva/clients.php
index fc91c6b9877..d6ed2bf054a 100644
--- a/htdocs/compta/tva/clients.php
+++ b/htdocs/compta/tva/clients.php
@@ -188,7 +188,7 @@ if (!empty($conf->global->FACTURE_DEPOSITS_ARE_JUST_PAYMENTS)) {
if (!empty($conf->global->MAIN_MODULE_ACCOUNTING)) $description .= '
'.$langs->trans("ThisIsAnEstimatedValue");
//$periodlink=($year_start?"".img_previous()." ".img_next()."":"");
-$description .= $fsearch;
+$description .= ($description ? '
' : '').$fsearch;
if (!empty($conf->global->TAX_REPORT_EXTRA_REPORT))
{
$description .= '
'