Skip to content

Commit 5e7753a

Browse files
committed
Fix newlines after comments
1 parent baed440 commit 5e7753a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

view/adminhtml/templates/form/field_type/pagebuilder.phtml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ $domId = preg_replace('/([^a-zA-Z0-9\-]+)/', '-', $block->getNameInLayout().'-'.
5353
data-scope="<?= $escaper->escapeHtml($field->getScope()) ?>"
5454
data-code="<?= $escaper->escapeHtml($field->getCode()) ?>"
5555
data-component-scope="<?= $escaper->escapeHtml($field->getCode()) ?>"
56-
<?php foreach ($fieldAttributes as $attributeName => $attributeValue) : ?> <?= /* @noEscape */
57-
$attributeName ?>="<?= /* @noEscape */
58-
$attributeValue ?>"
56+
<?php foreach ($fieldAttributes as $attributeName => $attributeValue) : ?> <?= /* @noEscape */ $attributeName ?>="<?= /* @noEscape */ $attributeValue ?>"
5957
<?php endforeach; ?> :value="<?= $escaper->escapeHtml($identifier) ?>"
6058
@change="<?= $escaper->escapeHtml($field->getAlpineSetter()) ?>PageBuilder"
6159
></textarea></div>

0 commit comments

Comments
 (0)