From 22bcba8d13bce2305627c21b07def52914a827e2 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Sat, 27 Jan 2018 09:59:47 +0100 Subject: [PATCH] Typo --- stats/templates/stats/statistics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats/templates/stats/statistics.html b/stats/templates/stats/statistics.html index 7e7b6a728..23e5ba55d 100644 --- a/stats/templates/stats/statistics.html +++ b/stats/templates/stats/statistics.html @@ -106,7 +106,7 @@ </tr> <tr> {% if issue %} - <td>{% issue.doi_label }}</td> + <td>{{ issue.doi_label }}</td> <td>{% nr_publications issue tier=1 %}</td> <td>{% nr_publications issue tier=2 %}</td> <td>{% nr_publications issue tier=3 %}</td> -- GitLab