diff --git a/templates/files.html b/templates/files.html
index 277f412..91088d2 100644
--- a/templates/files.html
+++ b/templates/files.html
@@ -92,12 +92,12 @@
{% endif %}
{% elif which == "Month" %}
{% if last.printed != obj.file_details[0].woy %}
-
Week #: {{obj.file_details[0].woy}} of {{obj.file_details[0].year}}
+
Week #: {{obj.file_details[0].woy}} of {{obj.file_details[0].year}}
{% set last.printed = obj.file_details[0].woy %}
{% endif %}
{% elif which == "Year" %}
{% if last.printed != obj.file_details[0].month %}
-
Month: {{obj.file_details[0].month}} of {{obj.file_details[0].year}}
+
Month: {{obj.file_details[0].month}} of {{obj.file_details[0].year}}
{% set last.printed = obj.file_details[0].month %}
{% endif %}
{% endif %}