File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Checkout/view/frontend/web/template/minicart/item Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242 < dt class ="label "> <!-- ko text: option.label --> <!-- /ko --> </ dt >
4343 < dd class ="values ">
4444 <!-- ko if: Array.isArray(option.value) -->
45- < span data-bind ="html: $parents[1].getOptionValueUnsanitizedHtml(option.value.join('<br/ >')) "> </ span >
45+ < span data-bind ="html: $parents[1].getOptionValueUnsanitizedHtml(option.value.join('<br>')) "> </ span >
4646 <!-- /ko -->
4747 <!-- ko if: (!Array.isArray(option.value) && ['file', 'html'].includes(option.option_type)) -->
4848 < span data-bind ="html: $parents[1].getOptionValueUnsanitizedHtml(option.value) "> </ span >
8383 type ="number "
8484 size ="4 "
8585 class ="item-qty cart-item-qty "/>
86- < button data-bind ="attr: {
86+ < button data-bind ="attr: {
8787 id: 'update-cart-item-'+item_id,
8888 'data-cart-item': item_id,
8989 title: $t('Update')
You can’t perform that action at this time.
0 commit comments