Changed e-mail input type from "text" to "email"

This commit is contained in:
ndarville 2013-06-22 00:51:00 +02:00
parent dcb224bf31
commit b31d882068

View file

@ -1,4 +1,3 @@
javascript:
var RecaptchaOptions = {
theme : 'clean'
@ -44,7 +43,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