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 b9c13fd commit 526b9d7Copy full SHA for 526b9d7
lib/internal/Magento/Framework/View/Element/Html/Link/Current.php
@@ -139,7 +139,7 @@ protected function _toHtml()
139
140
if ($this->isCurrent()) {
141
$html = '<li class="nav item current">';
142
- $html .= '<strong>'
+ $html .= '<strong '.$this->getAttributesHtml().'>'
143
. $this->escapeHtml(__($this->getLabel()))
144
. '</strong>';
145
$html .= '</li>';
0 commit comments