307. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2023-07-12 04:43:08 +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.

307.1 Files compared

#LocationFileLast Modified
1Porto v4.0.5/Theme Files/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Theme/page_layout2columns-left.xml2021-06-10 08:40:36 +0000
2Porto v4.0.6/Theme Files/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Theme/page_layout2columns-left.xml2023-07-03 04:48:35 +0000

307.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged3120
Changed24
Inserted00
Removed00

307.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

307.4 Active regular expressions

No regular expressions were active.

307.5 Comparison detail

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