Skip to content

Commit add79e6

Browse files
author
Tu Nguyen
committed
fix static tests fails
update update fix static test
1 parent f35fb2b commit add79e6

File tree

1 file changed

+8
-6
lines changed
  • app/code/Magento/Sales/view/frontend/templates/order/print

1 file changed

+8
-6
lines changed

app/code/Magento/Sales/view/frontend/templates/order/print/shipment.phtml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414
<?php foreach ($block->getShipmentsCollection() as $shipment): ?>
1515
<div class="order-details-items shipments">
1616
<div class="order-title">
17-
<strong><?= $escaper->escapeHtml(
18-
__(
19-
'Shipment #%1',
20-
$block->getObjectData($shipment, 'increment_id')
21-
)
22-
) ?></strong>
17+
<strong>
18+
<?= $escaper->escapeHtml(
19+
__(
20+
'Shipment #%1',
21+
$block->getObjectData($shipment, 'increment_id')
22+
)
23+
) ?>
24+
</strong>
2325
</div>
2426
<div class="table-wrapper order-items-shipment">
2527
<table class="data table table-order-items shipment"

0 commit comments

Comments
 (0)