Skip to content

Commit a388126

Browse files
committed
Replace div with li for webstandards
1 parent 65c9969 commit a388126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webapp/templates/jury/partials/submission_diff.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{% set extra_css_classes = "" %}
1111
{%- endfor %}
1212

13-
<div class="nav-item flex-grow-1 text-end mb-1">
13+
<li class="nav-item flex-grow-1 text-end mb-1">
1414
<a class="download btn btn-secondary btn-sm"
1515
href="{{ path('jury_submission_source', {submission: submission.submitid, fetch: 0}) }}">
1616
<i class="fas fa-download"></i> Download
@@ -45,7 +45,7 @@
4545
<label class="btn btn-outline-secondary btn-sm" for="{{ editor_id }}-{{ mode_id }}">{{ mode.name }}</label>
4646
{%- endfor %}
4747
</div>
48-
</div>
48+
</li>
4949
</ul>
5050
<script>
5151
$(() => {

0 commit comments

Comments
 (0)