We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85e691 commit 9ba96ecCopy full SHA for 9ba96ec
app/code/Magento/Sales/view/adminhtml/templates/order/view/info.phtml
@@ -132,7 +132,7 @@ $orderStoreDate = $block->formatDate(
132
</tr>
133
<tr>
134
<th><?php /* @escapeNotVerified */ echo __('Email') ?></th>
135
- <td><a href="mailto:<?php /* @escapeNotVerified */ echo $_order->getCustomerEmail() ?>"><?php /* @escapeNotVerified */ echo $_order->getCustomerEmail() ?></a></td>
+ <td><a href="mailto:<?php echo $block->escapeHtml($_order->getCustomerEmail()) ?>"><?php echo $block->escapeHtml($_order->getCustomerEmail()) ?></a></td>
136
137
<?php if ($_groupName = $block->getCustomerGroupName()) : ?>
138
0 commit comments