We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e59220 commit d261e36Copy full SHA for d261e36
app/code/Magento/Theme/Block/Html/Topmenu.php
@@ -231,11 +231,11 @@ protected function _getHtml(
231
$html .= '<a href="' . $child->getUrl() . '" ' . $outermostClassCode . '><span>' . $this->escapeHtml(
232
$child->getName()
233
) . '</span></a>' . $this->_addSubMenu(
234
- $child,
235
- $childLevel,
236
- $childrenWrapClass,
237
- $limit
238
- ) . '</li>';
+ $child,
+ $childLevel,
+ $childrenWrapClass,
+ $limit
+ ) . '</li>';
239
$itemPosition++;
240
$counter++;
241
}
0 commit comments