Skip to content

Commit 1e10e6c

Browse files
author
Viktor Sevch
committed
MC-35195: Unexpected ";" character appears when loading the Home page
1 parent d737726 commit 1e10e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/view/frontend/templates/account/authentication-popup.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
?>
1010
<div id="authenticationPopup" data-bind="scope:'authenticationPopup', style: {display: 'none'}">
1111
<?php $scriptString = 'window.authenticationPopup = ' . /* @noEscape */ $block->getSerializedConfig(); ?>
12-
<?= /* @noEscape */ $secureRenderer->renderTag('script', [], $scriptString, false); ?>;
12+
<?= /* @noEscape */ $secureRenderer->renderTag('script', [], $scriptString, false); ?>
1313
<!-- ko template: getTemplate() --><!-- /ko -->
1414
<script type="text/x-magento-init">
1515
{

0 commit comments

Comments
 (0)