Skip to content

Commit c48a732

Browse files
Merge branch 'AC-12738' of github.com:magento-cia/magento2ce into AC-12738
2 parents dccda60 + 931d1c9 commit c48a732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/OrderCancellationUi/view/frontend/templates/cancel-order-modal.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div id="cancel-order-modal-<?=/* @noEscape */ $block->getOrder()->getId() ?>">
1111
<div class="modal-body-content">
1212
<h3><?= $escaper->escapeHtml(__('Cancel order')) ?>
13-
<span class="cancel-order-id"><?=/* @noEscape */ $block->getOrder()->getRealOrderId() ?></span>
13+
<span class="cancel-order-id"><?= $escaper->escapeHtml($block->getOrder()->getRealOrderId()) ?></span>
1414
</h3>
1515
<p><?= $escaper->escapeHtml(__('Provide a cancellation reason:')) ?></p>
1616
<form>

0 commit comments

Comments
 (0)