File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Downloadable/view/adminhtml/templates/product/edit/downloadable Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ require([
109
109
'<td class="col-price">'+
110
110
'<div class="admin__control-addon">' +
111
111
'<input type="text" id="downloadable_link_<%- data.id %>_price_value" class="input-text admin__control-text validate-number link-prices<?php if ($ block ->getCanEditPrice () === false ) : ?> disabled<?php endif ; ?> " name="downloadable[link][<%- data.id %>][price]" value="<%- data.price %>"<?php if ($ block ->getCanEditPrice () === false ) : ?> disabled="disabled"<?php endif ; ?> /> ' +
112
- '<label class="admin__addon-prefix"><span><?php /* @escapeNotVerified */ echo $ block ->getBaseCurrencySymbol ($ _product ->getStoreId ()) ?> </span></label>' +
112
+ '<label class="admin__addon-prefix"><span><?php echo $ block ->escapeHtml ( $ block -> getBaseCurrencySymbol ($ _product ->getStoreId () )) ?> </span></label>' +
113
113
'</div>' +
114
114
<?php if ($ _product ->getStoreId () && $ block ->getIsPriceWebsiteScope ()) : ?>
115
115
'<div class="admin__field admin__field-option">'+
You can’t perform that action at this time.
0 commit comments