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 42
42
< dt class ="label "> <!-- ko text: option.label --> <!-- /ko --> </ dt >
43
43
< dd class ="values ">
44
44
<!-- 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 >
46
46
<!-- /ko -->
47
47
<!-- ko if: (!Array.isArray(option.value) && ['file', 'html'].includes(option.option_type)) -->
48
48
< span data-bind ="html: $parents[1].getOptionValueUnsanitizedHtml(option.value) "> </ span >
83
83
type ="number "
84
84
size ="4 "
85
85
class ="item-qty cart-item-qty "/>
86
- < button data-bind ="attr: {
86
+ < button data-bind ="attr: {
87
87
id: 'update-cart-item-'+item_id,
88
88
'data-cart-item': item_id,
89
89
title: $t('Update')
You can’t perform that action at this time.
0 commit comments