diff --git a/htdocs/projet/stats/index.php b/htdocs/projet/stats/index.php
index c5acc20bfe6..878b80165d5 100644
--- a/htdocs/projet/stats/index.php
+++ b/htdocs/projet/stats/index.php
@@ -302,7 +302,9 @@ print $form->selectarray('year', $arrayyears, $year, 0);
print '';
print '
|
';
print '';
+
print '';
+
print '
';
print '';
@@ -369,10 +371,12 @@ $stringtoshow .= '';
print $stringtoshow;
+print '
';
-print '';
print '';
+print dol_get_fiche_end();
+
// End of page
llxFooter();
$db->close();
diff --git a/htdocs/projet/tasks/stats/index.php b/htdocs/projet/tasks/stats/index.php
index 60cbdf37072..5fd6b47407c 100644
--- a/htdocs/projet/tasks/stats/index.php
+++ b/htdocs/projet/tasks/stats/index.php
@@ -172,7 +172,9 @@ print $form->selectarray('year', $arrayyears, $year, 0);
print '';
print ' |
';
print '';
+
print '';
+
print '
';
@@ -190,13 +192,13 @@ foreach ($data_all_year as $val) {
$oldyear--;
print '';
- print '| 0 ? '&socid='.$socid : '').($userid > 0 ? '&userid='.$userid : '').'">'.$oldyear.' | ';
+ print ' 0 ? '&socid='.$socid : '').($userid > 0 ? '&userid='.$userid : '').'">'.$oldyear.' | ';
print '0 | ';
print '
';
}
print '';
- print '| 0 ? '&socid='.$socid : '').($userid > 0 ? '&userid='.$userid : '').'">'.$year.' | ';
+ print ' 0 ? '&socid='.$socid : '').($userid > 0 ? '&userid='.$userid : '').'">'.$year.' | ';
print ''.$val['nb'].' | ';
print '
';
$oldyear = $year;
@@ -220,8 +222,11 @@ print $stringtoshow;
print '';
+
print '';
+print dol_get_fiche_end();
+
// End of page
llxFooter();
$db->close();