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 94c7b9e commit 813219aCopy full SHA for 813219a
app/code/Magento/Theme/view/frontend/web/templates/breadcrumbs.html
@@ -10,9 +10,9 @@
10
<% if (crumb.link) { %>
11
<a href="<%= crumb.link %>" title="<%- crumb.title %>"><%- crumb.label %></a>
12
<% } else if (crumb.last) { %>
13
- <strong><%- crumb.label %></strong>
+ <strong><%= crumb.label %></strong>
14
<% } else { %>
15
- <%- crumb.label %>
+ <%= crumb.label %>
16
<% } %>
17
</li>
18
<% }); %>
0 commit comments