Skip to content

Commit e2b7b39

Browse files
committed
MAGETWO-90974: HTML showing in minicart with custom option file upload
Fix span tag to display html link instead of text
1 parent f1154d4 commit e2b7b39

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/web/template/minicart/item

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/template/minicart/item/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<span data-bind="html: option.value.join('<br>')"></span>
4646
<!-- /ko -->
4747
<!-- ko ifnot: Array.isArray(option.value) -->
48-
<span data-bind="text: option.value"></span>
48+
<span data-bind="html: option.value"></span>
4949
<!-- /ko -->
5050
</dd>
5151
<!-- /ko -->

0 commit comments

Comments
 (0)