Skip to content

Commit 28a1443

Browse files
committed
Move HTML comment to another position
1 parent 7b77e75 commit 28a1443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

view/frontend/templates/no_js_code.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ if (!isset($escaper)) {
1212
$escaper = $block;
1313
}
1414
?>
15-
<!-- Google Tag Manager (noscript) -->
1615
<?php if (!$block->isProtectCustomerDataEnabled()) { ?>
16+
<!-- Google Tag Manager (noscript) -->
1717
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=<?= $escaper->escapeHtml($block->getPublicId()) ?>"
1818
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
19-
<?php } ?>
2019
<!-- End Google Tag Manager (noscript) -->
20+
<?php } ?>

0 commit comments

Comments
 (0)