Release 1.19.6 (#3277)

This commit is contained in:
Kevin Papst
2022-04-29 18:14:12 +02:00
committed by GitHub
parent 76899d2fdb
commit 100f8a5165
5 changed files with 11 additions and 11 deletions

View File

@@ -18,7 +18,7 @@
{% for activity in stats.activities %}
<th colspan="3" class="text-center">{{ activity.name }}</th>
{% endfor %}
<th rowspan="2" style="{{ rowspanStyle }}">{{ dataTypeTitle|trans }}</th>
<th rowspan="2" style="{{ rowspanStyle }}" class="text-center">{{ dataTypeTitle|trans }}</th>
</tr>
<tr>
{% for activity in stats.activities %}