Skip to content

Commit 074a46f

Browse files
committed
Fixed incorrect output of unmatched <div/> closing elements, left after [9643].
- Legacy-Id: 9644 Note: SVN reference [9643] has been migrated to Git commit b768dbb
1 parent b768dbb commit 074a46f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
{% endif %}
111111
{% block content %}{% endblock %}
112112
{% block content_end %}{% endblock %}
113-
{% if not hide_menu %}
113+
{% if request.COOKIES.left_menu != "off" and not hide_menu %}
114114
</div>
115115
</div>
116116
{% endif %}

0 commit comments

Comments
 (0)