diff --git a/DonationsStats.php b/DonationsStats.php index 474af45..30d32b3 100755 --- a/DonationsStats.php +++ b/DonationsStats.php @@ -80,7 +80,7 @@ echo '';

This page contain statistics regarding donations made to the KXStudio project over time.
- So far the KXStudio project has received € in donations.
+ So far the KXStudio project has received € in donations.
The biggest donation ever made was on , with a value of €.
Thank you very much for your generosity!

@@ -97,7 +97,7 @@ echo ''; = "2012"; $year -= 1) { +for ($year = strftime("%Y"); $year >= "2013"; $year -= 1) { print_donation_year($year); }