Skip to content

Commit 36b70b1

Browse files
Rotzbuakeunes
authored andcommitted
fix(html): wrong child element
Error: Element li not allowed as child of element div in this context. (Suppressing further errors from this subtree.) Source: Nu Html Checker
1 parent 31bfa12 commit 36b70b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/nav.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</div>
2424
{% endfor %}
2525
<div class="nav-item ml-2 ml-sm-1 text-center">
26-
<li class="nav-item dropdown mb-0">
26+
<div class="nav-item dropdown mb-0">
2727
<button class="nav-link dropdown-toggle" id="navbarDropdown" aria-label="{% t generic.accessibility.lang-menu %}"
2828
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
2929
<i class="fa fa-globe size-16 color-gray-900"></i><span
@@ -32,7 +32,7 @@
3232
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
3333
{% include nav_languages.html %}
3434
</div>
35-
</li>
35+
</div>
3636
</div>
3737
</div>
3838
</div>

0 commit comments

Comments
 (0)