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.
2 parents ef389cc + b8117fb commit 030a1b4Copy full SHA for 030a1b4
app/code/Magento/Contact/view/frontend/templates/form.phtml
@@ -69,8 +69,8 @@ $viewModel = $block->getViewModel();
69
class="input-text"
70
cols="5"
71
rows="3"
72
- data-validate="{required:true}"><?= $block->escapeHtml($viewModel->getUserComment()) ?>
73
- </textarea>
+ data-validate="{required:true}"
+ ><?= $block->escapeHtml($viewModel->getUserComment()) ?></textarea>
74
</div>
75
76
<?= $block->getChildHtml('form.additional.info') ?>
0 commit comments