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 b6082dc commit 1dc4a22Copy full SHA for 1dc4a22
app/code/Magento/Sales/view/adminhtml/templates/order/view/additional_info.phtml
@@ -3,6 +3,6 @@
3
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
-?>
7
-<?php /** $block \Magento\Sales\Block\Adminhtml\Order\View\AdditionalInfo */?>
8
-<?php echo $block->getChildHtml()?>
+
+/** $block \Magento\Sales\Block\Adminhtml\Order\View\AdditionalInfo */
+echo $block->getChildHtml();
0 commit comments