File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Backend/view/adminhtml/templates/system
Catalog/view/adminhtml/templates/catalog/product/edit Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 42
42
<% if (data.items.length) { %>
43
43
<% _.each(data.items, function(value){ %>
44
44
<li class="item"
45
- <%- data.optionData(value) %>
45
+ <%= data.optionData(value) %>
46
46
>
47
47
<a href="<%- value.url %>" class="title"><%- value.name %></a>
48
48
<span class="type"><%- value.type %></span>
Original file line number Diff line number Diff line change 14
14
<% } %>
15
15
<ul data-mage-init='{"menu":[]}'>
16
16
<% _.each(data.items, function(value) { %>
17
- <li <%- data.optionData(value) %>><a href="#"><%- value.label %></a></li>
17
+ <li <%= data.optionData(value) %>><a href="#"><%- value.label %></a></li>
18
18
<% }); %>
19
19
</ul>
20
20
<% if (!data.term && data.items.length && !data.allShown()) { %>
You can’t perform that action at this time.
0 commit comments