We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fd93e commit 71d5002Copy full SHA for 71d5002
app/code/Magento/Customer/view/frontend/templates/form/register.phtml
@@ -357,9 +357,9 @@ script;
357
"regionInputId": "#region",
358
"postcodeId": "#zip",
359
"form": "#form-validate",
360
- "regionJson": <?= $regionJson ?>,
361
- "defaultRegion": <?= $regionId ?>,
362
- "countriesWithOptionalZip": <?= $countriesWithOptionalZip ?>
+ "regionJson": <?= /* @noEscape */ $regionJson ?>,
+ "defaultRegion": <?= /* @noEscape */ $regionId ?>,
+ "countriesWithOptionalZip": <?= /* @noEscape */ $countriesWithOptionalZip ?>
363
}
364
365
0 commit comments