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:
parent
b768dbbc9a
commit
074a46fca0
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue