mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 09:12:35 +02:00
Merge pull request #2 from ndarville/patch-1
Changed e-mail input type from "text" to "email"
This commit is contained in:
commit
c0e55e0af4
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
javascript:
|
||||
var RecaptchaOptions = {
|
||||
theme : 'clean'
|
||||
|
@ -45,7 +44,7 @@ javascript:
|
|||
.span1
|
||||
h5 Email
|
||||
.span6
|
||||
input name="email" type="text" placeholder="youremail@example.com" value="#{@site.email}"
|
||||
input name="email" type="email" placeholder="youremail@example.com" value="#{@site.email}"
|
||||
|
||||
|
||||
.row
|
||||
|
|
Loading…
Add table
Reference in a new issue