Skip to content

Commit c768f23

Browse files
Fix double col ID
1 parent ed9c5cb commit c768f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/templates/partials/scoreboard_table.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<colgroup>
4040
{% if enable_ranking %}
4141
{% if medalsEnabled %}
42-
<col id="scorerank"/>
42+
<col id="scoremedal"/>
4343
{% endif %}
4444
<col id="scorerank"/>
4545
{% endif %}

0 commit comments

Comments
 (0)