diff --git a/htdocs/adherents/stats/index.php b/htdocs/adherents/stats/index.php index 2492e0c0602..4a7229af5ef 100644 --- a/htdocs/adherents/stats/index.php +++ b/htdocs/adherents/stats/index.php @@ -157,7 +157,7 @@ print ''; print '
| '.$langs->trans("Year").' | '; +print ''.$langs->trans("Year").' | '; print ''.$langs->trans("NbOfSubscriptions").' | '; print ''.$langs->trans("AmountTotal").' | '; print ''.$langs->trans("AmountAverage").' | '; @@ -184,7 +184,7 @@ foreach ($data as $val) { // If we have empty year $oldyear--; print '
| '; + print ' | '; print ''; print $oldyear; print ''; @@ -195,7 +195,7 @@ foreach ($data as $val) print ' | |||
| '; + print ' | ';
//print '';
print $year;
//print '';
@@ -215,7 +215,7 @@ print ' ';
// Show graphs
-print '
|