diff --git a/htdocs/contrat/contact.php b/htdocs/contrat/contact.php
index f6b6444900e..2f39b7d0d85 100644
--- a/htdocs/contrat/contact.php
+++ b/htdocs/contrat/contact.php
@@ -237,7 +237,7 @@ if ($id > 0)
print '
';
// Reference du contrat
- print '| '.$langs->trans("Ref").' | ';
+ print ' |
| '.$langs->trans("Ref").' | ';
print $contrat->ref;
print " |
";
diff --git a/htdocs/contrat/fiche.php b/htdocs/contrat/fiche.php
index a574fb5403b..16f4d4eb2b3 100644
--- a/htdocs/contrat/fiche.php
+++ b/htdocs/contrat/fiche.php
@@ -541,7 +541,7 @@ else
print '';
// Reference du contrat
- print '| '.$langs->trans("Ref").' | ';
+ print ' |
| '.$langs->trans("Ref").' | ';
print $contrat->ref;
print " |
";