diff options
Diffstat (limited to 'templates/web/zurich/admin/stats.html')
-rw-r--r-- | templates/web/zurich/admin/stats.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/admin/stats.html b/templates/web/zurich/admin/stats.html index 92521ff1d..52b33ebc4 100644 --- a/templates/web/zurich/admin/stats.html +++ b/templates/web/zurich/admin/stats.html @@ -13,7 +13,7 @@ <option value="">[% loc('All reports') %]</option> [% FOR y IN [ 2013 .. date.format(date.now, '%Y') ]; SET max = 12; - max = date.format(date.now, '%m') IF y == date.format(date.now, '%Y'); + SET max = date.format(date.now, '%m') IF y == date.format(date.now, '%Y'); FOR m IN [ 1 .. max ]; m = m | format('%02d'); SET v = m _ '.' _ y; |