Skip to content

Commit 5307a6c

Browse files
authored
Update AbstractDataLayer.php
1 parent 8a5390b commit 5307a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Block/AbstractDataLayer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ protected function _toHtml(): string
6565
$script = <<<script
6666
window.dataLayer = window.dataLayer || [];
6767
window.dataLayer.push({$json});
68-
script;
68+
script;
6969
return $this->mfSecureRenderer->renderTag('script', ['style' => 'display:none'], $script, false);
7070
}
7171
}

0 commit comments

Comments
 (0)