Skip to content

Commit 8196f97

Browse files
author
Hwashiang Yu
committed
MC-17400: Calendar template update
- Updated calendar template
1 parent f616a52 commit 8196f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/view/frontend/templates/js/calendar.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ require([
5050
}
5151
});
5252

53-
enUS = <?= $block->escapeJs($enUS) ?>; // en_US locale reference
53+
enUS = <?= /* @noEscape */ $enUS ?>; // en_US locale reference
5454
//]]>
5555

5656
});

0 commit comments

Comments
 (0)