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
a:4:{i:0;s:167:"Html tag "nav" is forbidden for usage in containers. Consider to use one of the allowed: dd, div, dl, fieldset, main, header, footer, ol, p, section, table, tfoot, ul."
you have an idea why nav is forbidden? it will be fixed soon?
The text was updated successfully, but these errors were encountered:
@refaelgold , thank you for reporting the issue. We created internal one MAGETWO-46295 to fix the problem.
As a temporary workaround you can use block Magento\Framework\View\Element\Template with custom template instead of container, for example: <block class="Magento\Framework\View\Element\Template" template="Magento_ModuleName::path/to/template.phtml"/>
Hey,
i try to make a menu like in HTML5 and use the nav element
i get an error
you have an idea why nav is forbidden? it will be fixed soon?
The text was updated successfully, but these errors were encountered: