Skip to content

Commit 237c2b1

Browse files
authored
Merge pull request #5963 from magento-tsg/MC-36343
[TSG] MC-36343: Unnecessary quotes causes invalid HTML in tracking.phtml
2 parents 23ea249 + 099f038 commit 237c2b1

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/AdminAnalytics/view/adminhtml/templates

1 file changed

+1
-1
lines changed

app/code/Magento/AdminAnalytics/view/adminhtml/templates/tracking.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<?= /* @noEscape */ $secureRenderer->renderTag(
1313
'script',
1414
[
15-
'src' => '"' . $block->escapeJs($block->getTrackingUrl()) .'"',
15+
'src' => $block->getTrackingUrl(),
1616
'async' => true,
1717
],
1818
'&nbsp;',

0 commit comments

Comments
 (0)