File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Contact/view/frontend/templates Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 30
30
<div class="field telephone">
31
31
<label class="label" for="telephone"><span><?= $ block ->escapeHtml (__ ('Phone Number ' )) ?> </span></label>
32
32
<div class="control">
33
- <input name="telephone" id="telephone" title="<?= $ block ->escapeHtmlAttr (__ ('Phone Number ' )) ?> " value="<?= $ block ->escapeHtmlAttr ($ this ->helper (' Magento\Contact\Helper\Data ' )->getPostValue ('telephone ' )) ?> " class="input-text" type="tel" />
33
+ <input name="telephone" id="telephone" title="<?= $ block ->escapeHtmlAttr (__ ('Phone Number ' )) ?> " value="<?= $ block ->escapeHtmlAttr ($ this ->helper (\ Magento \Contact \Helper \Data::class )->getPostValue ('telephone ' )) ?> " class="input-text" type="tel" />
34
34
</div>
35
35
</div>
36
36
<div class="field comment required">
You can’t perform that action at this time.
0 commit comments