Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit f6fcf41

Browse files
committed
Fix wrong reference in google analytics module layout xml
1 parent 4b0750c commit f6fcf41

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/GoogleAnalytics/view/frontend/layout

1 file changed

+2
-2
lines changed

app/code/Magento/GoogleAnalytics/view/frontend/layout/default.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
-->
88
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
99
<body>
10-
<referenceContainer name="head.additional">
10+
<referenceBlock name="head.additional">
1111
<block class="Magento\GoogleAnalytics\Block\Ga" name="google_analytics" as="google_analytics" template="Magento_GoogleAnalytics::ga.phtml"/>
12-
</referenceContainer>
12+
</referenceBlock>
1313
</body>
1414
</page>

0 commit comments

Comments
 (0)