263. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2021-05-13 09:09:04 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

263.1 Files compared

#LocationFileLast Modified
12021-05-13 09:09:04 +0000
2/Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Theme/page_layout2columns-left.xml2021-02-04 10:07:04 +0000

263.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged00
Changed00
Inserted162
Removed00

263.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

263.4 Active regular expressions

No regular expressions were active.

263.5 Comparison detail

    1 <?xml 
    2  version="1.0"
    3 ?>
    4 <!--
    5 /**
    6  * Copyright © Magento, Inc. All rights reserved.
    7  * See COPYING.txt for license details.
    8  */
    9 -->
    10 <layout 
    11  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    12  xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd"
    13 >
    14      
    15  <update 
    16   handle="1column"
    17  />
    18      
    19  <referenceContainer 
    20   name="columns"
    21  >
    22           
    23   <container 
    24    name="div.sidebar.main" 
    25    htmlTag="div" 
    26    htmlClass="sidebar sidebar-main mobile-sidebar" 
    27    after="main"
    28   >
    29              
    30    <container 
    31     name="div.sidebar.content" 
    32     htmlTag="div" 
    33     htmlClass="sidebar-content"
    34    >
    35                 
    36     <container 
    37      name="sidebar.main" 
    38      as="sidebar_main" 
    39      label="Sidebar Main"
    40     />
    41                 
    42     <container 
    43      name="div.sidebar.additional" 
    44      htmlTag="div" 
    45      htmlClass="sidebar sidebar-additional" 
    46      after="-"
    47     >
    48                      
    49      <container 
    50       name="sidebar.additional" 
    51       as="sidebar_additional" 
    52       label="Sidebar Additional"
    53      />
    54                  
    55     </container>
    56               
    57    </container>
    58            
    59   </container>
    60       
    61  </referenceContainer>
    62 </layout>