Skip to content

Commit 12bb4ca

Browse files
author
Oleksii Korshenko
committed
MAGETWO-70191: Convert long form tags with echo to use short-echo tags #1563
- converted <?php echo to <?=
1 parent d91e3ad commit 12bb4ca

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Shipping/view/frontend/templates/tracking

1 file changed

+1
-1
lines changed

app/code/Magento/Shipping/view/frontend/templates/tracking/popup.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $results = $block->getTrackingInfo();
3838
'template' => 'Magento_Shipping::tracking/progress.phtml'
3939
]);
4040
?>
41-
<?= /* @noEscape */ $block->getChildHtml('shipping.tracking.progress.' . $counter) ?>
41+
<?= /* @noEscape */ $block->getChildHtml('shipping.tracking.progress.' . $counter) ?>
4242
<?php endif; ?>
4343
<?php endforeach; ?>
4444
<?php else: ?>

0 commit comments

Comments
 (0)