Skip to content

Commit

Permalink
Merge pull request magepal#72 from mborkowski/patch-1
Browse files Browse the repository at this point in the history
Fix invalid JSON at widget initialization
  • Loading branch information
srenon authored Mar 30, 2021
2 parents 302593d + 2103d1e commit d34c932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/templates/js.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $containerCode = $block->getEmbeddedCode();
{
"*": {
"magepalGtmDatalayer": {
"dataLayer": "<?= /* @noEscape */ $block->getDataLayerName() ?>",
"dataLayer": "<?= /* @noEscape */ $block->getDataLayerName() ?>"
}
}
}
Expand Down

0 comments on commit d34c932

Please sign in to comment.