Open rgerhards opened 10 years ago
Reported by Thomas D.
There's no space between attributes:
<li id="menu-item-1366" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children dropdown menu-item-1366"data-dropdown="dropdown"><a href="/guides/" class="dropdown-toggle">HELP <b class="caret"></b> </a>
should become
<li id="menu-item-1366" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children dropdown menu-item-1366" data-dropdown="dropdown"><a href="/guides/" class="dropdown-toggle">HELP <b class="caret"></b> </a>
(missing space before "data-dropdown=")
Reported by Thomas D.
There's no space between attributes:
should become
(missing space before "data-dropdown=")