Skip to content

Commit aa419de

Browse files
Fix codestyle
1 parent 40f35ee commit aa419de

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/Contact/view/frontend/templates

1 file changed

+3
-1
lines changed

app/code/Magento/Contact/view/frontend/templates/form.phtml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ $viewModel = $block->getViewModel();
5656
</div>
5757
</div>
5858
<div class="field comment required">
59-
<label class="label" for="comment"><span><?= $block->escapeHtml(__('What’s on your mind?')) ?></span></label>
59+
<label class="label" for="comment">
60+
<span><?= $block->escapeHtml(__('What’s on your mind?')) ?></span>
61+
</label>
6062
<div class="control">
6163
<textarea name="comment"
6264
id="comment"

0 commit comments

Comments
 (0)