diff --git a/htdocs/holiday/index.php b/htdocs/holiday/index.php
index 4e85f261c3c..69c0ac0c914 100644
--- a/htdocs/holiday/index.php
+++ b/htdocs/holiday/index.php
@@ -269,6 +269,7 @@ print "\n";
print '
';
print '| ';
print '';
+print ' | ';
// DATE CREATE
print '';
@@ -322,10 +323,13 @@ print ' | | ';
print '';
$holiday->selectStatutCP($search_statut);
print ' | ';
+
// ACTION
-print '';
+print ' | ';
print '';
-print " |
\n";
+print '';
+
+print "\n";
// Lines
@@ -364,7 +368,7 @@ if (! empty($holiday->holiday))
print '';
$nbopenedday=num_open_day($infos_CP['date_debut'], $infos_CP['date_fin'], 0, 1, $infos_CP['halfday']);
print $nbopenedday.' '.$langs->trans('DurationDays');
- print ' | '.$holidaystatic->LibStatut($infos_CP['statut'],5).' | ';
+ print ''.$holidaystatic->LibStatut($infos_CP['statut'],5).' | ';
print ''."\n";
}
@@ -374,7 +378,7 @@ if (! empty($holiday->holiday))
if($holiday_payes == '2')
{
print '';
- print '| '.$langs->trans('None').' | ';
+ print ''.$langs->trans('None').' | ';
print '
';
}