Skip to content

Commit fdd30a5

Browse files
committed
MAGETWO-54782: [GITHUB] Adminhtml sales view #5200
2 parents 02bc3fc + 4feec4f commit fdd30a5

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Sales/view/adminhtml/templates/order/view

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/view/adminhtml/templates/order/view/info.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ $orderStoreDate = $block->formatDate(
9090
<?php if ($_order->getRemoteIp() && $block->shouldDisplayCustomerIp()): ?>
9191
<tr>
9292
<th><?php /* @escapeNotVerified */ echo __('Placed from IP') ?></th>
93-
<td><?php /* @escapeNotVerified */ echo $_order->getRemoteIp(); echo($_order->getXForwardedFor()) ? ' (' . $block->escapeHtml($_order->getXForwardedFor()) . ')' : ''; ?></td>
93+
<td><?php /* @escapeNotVerified */ echo $block->escapeHtml($_order->getRemoteIp()); echo($_order->getXForwardedFor()) ? ' (' . $block->escapeHtml($_order->getXForwardedFor()) . ')' : ''; ?></td>
9494
</tr>
9595
<?php endif; ?>
9696
<?php if ($_order->getGlobalCurrencyCode() != $_order->getBaseCurrencyCode()): ?>

0 commit comments

Comments
 (0)