Patch wrong </div> instead of </nav>
Most browsers did not see the difference but it is invalid HTML.
This commit is contained in:
parent
1fea637d7a
commit
c1b5fc0f3a
1 changed files with 1 additions and 1 deletions
|
@ -24,5 +24,5 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
</div>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Reference in a new issue