From 707bba3d7d6bb15e1afd6a53be4db01bedcf6077 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 13 Sep 2013 10:40:49 +0200 Subject: [PATCH] Fix: W3C --- htdocs/holiday/index.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 ''; }