Merge "Avoid malformed HTML warning from jquery-migrate"

This commit is contained in:
Zuul 2020-12-03 18:37:35 +00:00 committed by Gerrit Code Review
commit e435f0dfa4
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
{% load i18n %}
<li id="primary-extensible-header" class="dropdown extensible-header">
{% load i18n %}<li id="primary-extensible-header" class="dropdown extensible-header">
{% for header in header_sections%}
{% if forloop.first %}
<a id="{{ header.0 }}" class="extensible-header-section"> {% autoescape off %}{{ header.1 }}{% endautoescape %} </a>