We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ed603 commit 3b7aa10Copy full SHA for 3b7aa10
1 file changed
view/adminhtml/templates/form/field_type/entity_select.phtml
@@ -45,7 +45,7 @@ $valueCode = $entitySelect->getValueCode();
45
@keyup.esc="closeWrapper"
46
data-value-code="<?= $escaper->escapeHtml($valueCode) ?>"
47
>
48
- <script x-ref="initialData" type="text/x-loki-init"><?= $escaper->escapeHtml($entitySelect->getJsonData()) ?></script>
+ <script x-ref="initialData" type="text/x-loki-init"><?= /* @noEscape */ $entitySelect->getJsonData() ?></script>
49
50
<div class="input-with-button">
51
<input
0 commit comments