File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Backend/view/adminhtml/templates/widget Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 18
18
<?php $ _tabType = (!preg_match ('/\s?ajax\s?/ ' , $ _tabClass ) && $ block ->getTabUrl ($ _tab ) != '# ' ) ? 'link ' : '' ?>
19
19
<?php $ _tabHref = $ block ->getTabUrl ($ _tab ) == '# ' ? '# ' . $ block ->getTabId ($ _tab ) . '_content ' : $ block ->getTabUrl ($ _tab ) ?>
20
20
<li>
21
- <a href="<?= /* @escapeNotVerified */ $ _tabHref ?> " id="<?= /* @escapeNotVerified */ $ block ->getTabId ($ _tab ) ?> " title="<?= /* @escapeNotVerified */ $ block ->getTabTitle ($ _tab ) ?> " class="<?php $ _tabClass ?> " data-tab-type="<?php $ _tabType ?> ">
21
+ <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) ?> ">
22
22
<span>
23
23
<span class="changed" title="<?= /* @escapeNotVerified */ __ ('The information in this tab has been changed. ' ) ?> "></span>
24
24
<span class="error" title="<?= /* @escapeNotVerified */ __ ('This tab contains invalid data. Please resolve this before saving. ' ) ?> "></span>
You can’t perform that action at this time.
0 commit comments