Skip to content

Commit 2affa33

Browse files
author
Oleg Zinoviev
committed
MAGETWO-37118: [Github] Eclipse Pdt Validator Error - Part 1
1 parent a60d492 commit 2affa33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Backend/view/adminhtml/templates/admin/login_buttons.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="actions">
88
<button
99
<?php $block->getUiId(); ?>
10-
class="action-login action-primary"
10+
class="action-login action-primary">
1111
<span><?php echo __('Sign in')?></span>
1212
</button>
1313
</div>

app/code/Magento/Shipping/view/frontend/templates/items.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<a href="<?php echo $block->getPrintShipmentUrl($_shipment) ?>"
2626
onclick="this.target='_blank'"
2727
class="action print">
28-
<span><?php echo __('Print Shipment') ?></span
28+
<span><?php echo __('Print Shipment') ?></span>
2929
</a>
3030
<a href="#"
3131
data-mage-init='{"popupWindow": {"windowURL":"<?php echo $this->helper('Magento\Shipping\Helper\Data')->getTrackingPopupUrlBySalesModel($_shipment) ?>","windowName":"trackshipment","width":800,"height":600,"top":0,"left":0,"resizable":1,"scrollbars":1}}'

0 commit comments

Comments
 (0)