diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php
index fc2943f05e0..2359d70d07b 100644
--- a/htdocs/compta/index.php
+++ b/htdocs/compta/index.php
@@ -678,7 +678,7 @@ if (! empty($conf->facture->enabled) && ! empty($conf->commande->enabled) && $us
$societestatic->name=$obj->name;
$societestatic->client=1;
print $societestatic->getNomUrl(1,'customer',44);
- print '';
+ print '';
if (! empty($conf->global->MAIN_SHOW_HT_ON_SUMMARY)) print '
'.price($obj->total_ht).' | ';
print ''.price($obj->total_ttc).' | ';
print ''.price($obj->total_ttc-$obj->tot_fttc).' | ';
@@ -777,7 +777,7 @@ if (! empty($conf->facture->enabled) && $user->rights->facture->lire)
$societestatic->name=$obj->name;
$societestatic->client=1;
print $societestatic->getNomUrl(1,'customer',44);
- print '';
+ print '';
if (! empty($conf->global->MAIN_SHOW_HT_ON_SUMMARY)) print ''.price($obj->total).' | ';
print ''.price($obj->total_ttc).' | ';
print ''.price($obj->am).' | ';