Skip to content

Commit 0a21e6c

Browse files
Merge pull request #25323 to #25321
2 parents 9b3ca3d + 43bb56c commit 0a21e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pub/errors/default/report.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<div class="field telephone">
5050
<label for="telephone" class="label">Telephone</label>
5151
<div class="control">
52-
<input type="text" name="telephone" id="telephone" value="<?= $this->postData['telephone'] ?>" title="Telephone" class="input-text" />
52+
<input type="tel" name="telephone" id="telephone" value="<?= $this->postData['telephone'] ?>" title="Telephone" class="input-text" />
5353
</div>
5454
</div>
5555
<div class="field comment">

0 commit comments

Comments
 (0)