diff --git a/htdocs/comm/contact.php b/htdocs/comm/contact.php
index e9f0a135819..68730bccef1 100644
--- a/htdocs/comm/contact.php
+++ b/htdocs/comm/contact.php
@@ -142,7 +142,7 @@ if ($resql)
print '
| ';
print ' | ';
print ' | ';
- print ' | ';
+ print ' | ';
print "\n";
$i = 0;
diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php
index f64e1328e5c..e6fc5e95010 100644
--- a/htdocs/comm/index.php
+++ b/htdocs/comm/index.php
@@ -186,7 +186,7 @@ if (! empty($conf->propal->enabled) && $user->rights->propal->lire)
$companystatic->canvas=$obj->canvas;
print $companystatic->getNomUrl(1, 'customer', 16);
print '';
- print ''.price($obj->total_ht).' | ';
+ print ''.price($obj->total_ht).' | ';
$i++;
$total += $obj->total_ht;
}
@@ -266,7 +266,7 @@ if (! empty($conf->supplier_proposal->enabled) && $user->rights->supplier_propos
$companystatic->canvas=$obj->canvas;
print $companystatic->getNomUrl(1, 'supplier', 16);
print '';
- print ''.price($obj->total_ht).' | ';
+ print ''.price($obj->total_ht).' | ';
$i++;
$total += $obj->total_ht;
}
@@ -345,10 +345,10 @@ if (! empty($conf->commande->enabled) && $user->rights->commande->lire)
print $companystatic->getNomUrl(1, 'customer', 16);
print '';
if(! empty($conf->global->MAIN_DASHBOARD_USE_TOTAL_HT)) {
- print ''.price($obj->total_ht).' | ';
+ print ''.price($obj->total_ht).' | ';
}
else {
- print ''.price($obj->total_ttc).' | ';
+ print ''.price($obj->total_ttc).' | ';
}
$i++;
$total += $obj->total_ttc;
@@ -432,10 +432,10 @@ if (! empty($conf->fournisseur->enabled) && $user->rights->fournisseur->commande
print $companystatic->getNomUrl(1, 'supplier', 16);
print '';
if(! empty($conf->global->MAIN_DASHBOARD_USE_TOTAL_HT)) {
- print ''.price($obj->total_ht).' | ';
+ print ''.price($obj->total_ht).' | ';
}
else {
- print ''.price($obj->total_ttc).' | ';
+ print ''.price($obj->total_ttc).' | ';
}
$i++;
$total += $obj->total_ttc;