diff --git a/templates/activity.html b/templates/activity.html
index c374522c..acf8ed83 100644
--- a/templates/activity.html
+++ b/templates/activity.html
@@ -5,6 +5,10 @@
{% endblock %}
+{% block title %}
+ AttivitÃ
+{% endblock %}
+
{% block pagetitle %}
{{ game_name }}
{% endblock %}
@@ -22,7 +26,7 @@
"data": {
"labels": [
{% for point in activityreports %}
- {{ point.timestamp.strftime("%a %H:%M") }}
+ "{{ point.timestamp.strftime("%a %H:%M") }}",
{% endfor %}
],
"datasets": [