Skip to content
Snippets Groups Projects
Commit 78ee0e72 authored by Alberto Siles's avatar Alberto Siles Committed by Alberto Siles
Browse files

Issue #3206285 by kenfordesign: Latest update causing duplicate container ID's

parent ea7522b7
No related branches found
No related tags found
2 merge requests!79Resolve #3204900 "Search submit button",!51Issue #3357879: node-preview background beeing overwritten
......@@ -30,7 +30,7 @@
{% import _self as menus %}
{% if items %}
{% if menu_level == 0 %}
<div{{ attributes.addClass('nav') }}>
<div{{ attributes.addClass('nav')|without('id') }}>
{% for item in items %}
{%
set classes = [
......
......@@ -30,7 +30,7 @@
{% import _self as menus %}
{% if items %}
{% if menu_level == 0 %}
<ul{{ attributes.addClass('nav navbar-nav') }}>
<ul{{ attributes.addClass('nav navbar-nav')|without('id') }}>
{% else %}
<ul class="menu">
{% endif %}
......
......@@ -30,7 +30,7 @@
{% import _self as menus %}
{% if items %}
{% if menu_level == 0 %}
<ul{{ attributes.addClass('nav navbar-nav') }}>
<ul{{ attributes.addClass('nav navbar-nav')|without('id') }}>
{% else %}
<ul class="dropdown-menu">
{% endif %}
......
......@@ -30,7 +30,7 @@
{% import _self as menus %}
{% if items %}
{% if menu_level == 0 %}
<ul{{ attributes.addClass('nav') }}>
<ul{{ attributes.addClass('nav')|without('id') }}>
{% else %}
<ul class="menu">
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment