File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/code/Magento/Backend/view/adminhtml/templates/widget Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ $numColumns = $block->getColumns() !== null ? count($block->getColumns()) : 0;
104
104
<?= /* @noEscape */ __ ('of %1 ' , '<span> ' . $ block ->getCollection ()->getLastPageNumber () . '</span> ' ) ?>
105
105
</label>
106
106
<?php if ($ _curPage < $ _lastPage ) : ?>
107
- <button type="button" title="<?= $ block ->escapeHtml (__ ('Next page ' )) ?> "
107
+ <button type="button" title="<?= $ block ->escapeHtmlAttr (__ ('Next page ' )) ?> "
108
108
class="action-next"
109
109
onclick="<?= /* @noEscape */ $ block ->getJsObjectName () ?> .setPage('<?= /* @noEscape */ ($ _curPage + 1 ) ?> ');return false;">
110
110
<span><?= $ block ->escapeHtml (__ ('Next page ' )) ?> </span>
Original file line number Diff line number Diff line change 17
17
<li>
18
18
<a href="<?= $ block ->escapeHtmlAttr ($ _tabHref ) ?> " id="<?= $ block ->escapeHtmlAttr ($ block ->getTabId ($ _tab )) ?> " title="<?= $ block ->escapeHtmlAttr ($ block ->getTabTitle ($ _tab )) ?> " class="<?= $ block ->escapeHtmlAttr ($ _tabClass ) ?> " data-tab-type="<?= $ block ->escapeHtmlAttr ($ _tabType ) ?> ">
19
19
<span>
20
- <span class="changed" title="<?= $ block ->escapeHtml (__ ('The information in this tab has been changed. ' )) ?> "></span>
21
- <span class="error" title="<?= $ block ->escapeHtml (__ ('This tab contains invalid data. Please resolve this before saving. ' )) ?> "></span>
22
- <span class="loader" title="<?= $ block ->escapeHtml (__ ('Loading... ' )) ?> "></span>
20
+ <span class="changed" title="<?= $ block ->escapeHtmlAttr (__ ('The information in this tab has been changed. ' )) ?> "></span>
21
+ <span class="error" title="<?= $ block ->escapeHtmlAttr (__ ('This tab contains invalid data. Please resolve this before saving. ' )) ?> "></span>
22
+ <span class="loader" title="<?= $ block ->escapeHtmlAttr (__ ('Loading... ' )) ?> "></span>
23
23
<?= $ block ->escapeHtml ($ block ->getTabLabel ($ _tab )) ?>
24
24
</span>
25
25
</a>
You can’t perform that action at this time.
0 commit comments