Skip to content

Commit d261e36

Browse files
author
Natalia Momotenko
committed
MAGETWO-34180: Active item in Nivagation menu is not highlighted
- fixed tests
1 parent 7e59220 commit d261e36

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/code/Magento/Theme/Block/Html/Topmenu.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,11 @@ protected function _getHtml(
231231
$html .= '<a href="' . $child->getUrl() . '" ' . $outermostClassCode . '><span>' . $this->escapeHtml(
232232
$child->getName()
233233
) . '</span></a>' . $this->_addSubMenu(
234-
$child,
235-
$childLevel,
236-
$childrenWrapClass,
237-
$limit
238-
) . '</li>';
234+
$child,
235+
$childLevel,
236+
$childrenWrapClass,
237+
$limit
238+
) . '</li>';
239239
$itemPosition++;
240240
$counter++;
241241
}

0 commit comments

Comments
 (0)