Skip to content

Commit 0e52b59

Browse files
ENGCOM-5685: Resolved On cart page not able to check uploaded file of file type custom option #24239 #24240
- Merge Pull Request #24240 from rani-webkul/magento2:24239 - Merged commits: 1. 281a6a4 2. fff3f50
2 parents 31a6cd7 + fff3f50 commit 0e52b59

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/templates/cart/item

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/templates/cart/item/default.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $canApplyMsrp = $helper->isShowBeforeOrderConfirm($product) && $helper->isMinima
5050
<?php if (isset($_formatedOptionValue['full_view'])) :?>
5151
<?= $block->escapeHtml($_formatedOptionValue['full_view']) ?>
5252
<?php else :?>
53-
<?= $block->escapeHtml($_formatedOptionValue['value'], ['span']) ?>
53+
<?= $block->escapeHtml($_formatedOptionValue['value'], ['span', 'a']) ?>
5454
<?php endif; ?>
5555
</dd>
5656
<?php endforeach; ?>

0 commit comments

Comments
 (0)