You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
showcase_info.html's last section uses invalid HTML for its "Datasets in Showcase" heading: <h3 class="module-heading"><i class="fa fa-sitemap icon-medium icon-sitemap"></i> {{ _('Datasets in Showcase') }}</h2>
Either the opening tag should be an h2, or the closing tag should be an h3. According to the context, it is the opening tag which should be an h2.
This is a regression from commit 5b37ca6. master (version 1.3.0) is still affected.
The text was updated successfully, but these errors were encountered:
showcase_info.html's last section uses invalid HTML for its "Datasets in Showcase" heading:
<h3 class="module-heading"><i class="fa fa-sitemap icon-medium icon-sitemap"></i> {{ _('Datasets in Showcase') }}</h2>
Either the opening tag should be an h2, or the closing tag should be an h3. According to the context, it is the opening tag which should be an h2.
This is a regression from commit 5b37ca6. master (version 1.3.0) is still affected.
The text was updated successfully, but these errors were encountered: