From 3d8ea79eea9b04f8bd9b7877f8c4ed8fcf8ba552 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Wed, 20 Mar 2019 15:12:59 +0100 Subject: [PATCH] Correct little typos on stats page --- stats/templates/stats/statistics.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stats/templates/stats/statistics.html b/stats/templates/stats/statistics.html index 6861180a6..724c8b5e4 100644 --- a/stats/templates/stats/statistics.html +++ b/stats/templates/stats/statistics.html @@ -102,10 +102,10 @@ <th></th> <th>I</th> <th>II</th> - <th>IIII</th> + <th>III</th> <th>I</th> <th>II</th> - <th>IIII</th> + <th>III</th> </tr> <tr> {% if issue %} -- GitLab