Patch wrong </div> instead of </nav>

Most browsers did not see the difference but it is invalid HTML.
This commit is contained in:
Guillaume Bertholon 2021-02-01 12:31:07 +01:00
parent 1fea637d7a
commit c1b5fc0f3a

View file

@ -24,5 +24,5 @@
{% endif %} {% endif %}
</div> </div>
{% endwith %} {% endwith %}
</div> </nav>
</header> </header>