Skip to content

Commit

Permalink
Fix double col ID
Browse files Browse the repository at this point in the history
  • Loading branch information
nickygerritsen committed Feb 28, 2025
1 parent ed9c5cb commit c768f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/templates/partials/scoreboard_table.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<colgroup>
{% if enable_ranking %}
{% if medalsEnabled %}
<col id="scorerank"/>
<col id="scoremedal"/>
{% endif %}
<col id="scorerank"/>
{% endif %}
Expand Down

0 comments on commit c768f23

Please sign in to comment.