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 1818    <?php  $ _tabType  = (!preg_match ('/\s?ajax\s?/ ' , $ _tabClass ) && $ block ->getTabUrl ($ _tab ) != '# ' ) ? 'link '  : ''  ?> 
1919    <?php  $ _tabHref  = $ block ->getTabUrl ($ _tab ) == '# '  ? '# '  . $ block ->getTabId ($ _tab ) . '_content '  : $ block ->getTabUrl ($ _tab ) ?> 
2020    <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)  ?> ">
2222            <span>
2323                <span class="changed" title="<?=  /* @escapeNotVerified */  __ ('The information in this tab has been changed. ' ) ?> "></span>
2424                <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