Skip to content

Commit d3ac777

Browse files
ENGCOM-8831: Magento_Backend store switcher: Use nowdoc instead of heredoc #32249
2 parents 178d22f + bd0a324 commit d3ac777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/view/adminhtml/templates/store/switcher.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ script;
200200
setLocation(url);
201201
';
202202
} else {
203-
$scriptString .= <<<script
203+
$scriptString .= <<<'script'
204204
jQuery('#preview_selected_store').val(scopeId);
205205
jQuery('#preview_form').submit();
206206

0 commit comments

Comments
 (0)