Skip to content

Commit cb6289a

Browse files
authored
ENGCOM-7176: Add xml declaration for catalog_widget_product_list.xml file #27353
2 parents 8c7b03e + 672810a commit cb6289a

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed
Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1+
<?xml version="1.0"?>
12
<!--
2-
~ Copyright © Magento, Inc. All rights reserved.
3-
~ See COPYING.txt for license details.
4-
-->
5-
6-
<!--
7-
~ Copyright © Magento, Inc. All rights reserved.
8-
~ See COPYING.txt for license details.
9-
-->
10-
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
118
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
129
<body>
1310
<block class="Magento\Framework\View\Element\RendererList" name="category.product.type.widget.details.renderers">
1411
<block class="Magento\Framework\View\Element\Template" name="category.product.type.details.renderers.default" as="default"/>
1512
</block>
1613
</body>
17-
</page>
14+
</page>

app/code/Magento/Swatches/view/frontend/layout/catalog_widget_product_list.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
<?xml version="1.0"?>
12
<!--
2-
~ Copyright © Magento, Inc. All rights reserved.
3-
~ See COPYING.txt for license details.
4-
-->
5-
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
68
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
79
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
810
<body>

0 commit comments

Comments
 (0)