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 31
31
<div class="field telephone">
32
32
<label class="label" for="telephone"><span><?= $ block ->escapeHtml (__ ('Phone Number ' )) ?> </span></label>
33
33
<div class="control">
34
- <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="text " />
34
+ <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 " />
35
35
</div>
36
36
</div>
37
37
<div class="field comment required">
You can’t perform that action at this time.
0 commit comments