Skip to content

Commit 2c8d887

Browse files
committed
added xml declaration for one more file
1 parent c325160 commit 2c8d887

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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)