Fixed incorrect output of unmatched <div/> closing elements, left after [9643].

- Legacy-Id: 9644
Note: SVN reference [9643] has been migrated to Git commit b768dbbc9a
This commit is contained in:
Henrik Levkowetz 2015-05-22 20:08:19 +00:00
parent b768dbbc9a
commit 074a46fca0

View file

@ -110,7 +110,7 @@
{% endif %}
{% block content %}{% endblock %}
{% block content_end %}{% endblock %}
{% if not hide_menu %}
{% if request.COOKIES.left_menu != "off" and not hide_menu %}
</div>
</div>
{% endif %}