Skip to content

Commit f42d71f

Browse files
committed
MAGETWO-99482: Use escaper methods
- clean up coding standards violations
1 parent b0f1edf commit f42d71f

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

app/code/Magento/Integration/view/adminhtml/templates/resourcetree.phtml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<div class="field
3939
<?php if ($block->isEverythingAllowed()) :?>
4040
no-display
41-
<?php endif?>"
41+
<?php endif ?>"
4242
data-role="tree-resources-container">
4343
<label class="label"><span><?= $block->escapeHtml(__('Resources')) ?></span></label>
4444

@@ -49,7 +49,8 @@
4949
"treeInitData" => $block->getTree(),
5050
"treeInitSelectedData" => $block->getSelectedResources(),
5151
],
52-
])); ?>'></div>
52+
])); ?>'>
53+
</div>
5354
</div>
5455
</div>
5556
</fieldset>

app/code/Magento/Marketplace/view/adminhtml/templates/index.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<h2 class="page-sub-title"><?= $block->escapeHtml(__('Partner search')) ?></h2>
3333
<p>
3434
<?= $block->escapeHtml(__(
35-
'Magento has a thriving ecosystem of technology partners to help merchants and brands deliver' .
35+
'Magento has a thriving ecosystem of technology partners to help merchants and brands deliver ' .
3636
'the best possible customer experiences. They are recognized as experts in eCommerce, ' .
3737
'search, email marketing, payments, tax, fraud, optimization and analytics, fulfillment, ' .
3838
'and more. Visit the Magento Partner Directory to see all of our trusted partners.'

app/code/Magento/User/view/adminhtml/templates/role/edit.phtml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<div class="field
3939
<?php if ($block->isEverythingAllowed()) :?>
4040
no-display
41-
<?php endif?>"
41+
<?php endif ?>"
4242
data-role="tree-resources-container">
4343
<label class="label"><span><?= $block->escapeHtml(__('Resources')) ?></span></label>
4444

@@ -53,7 +53,8 @@
5353
],
5454
]
5555
)
56-
); ?>'></div>
56+
); ?>'>
57+
</div>
5758
</div>
5859
</div>
5960
</fieldset>

0 commit comments

Comments
 (0)