Merge pull request #2 from ndarville/patch-1

Changed e-mail input type from "text" to "email"
This commit is contained in:
Kyle Drake 2013-06-22 18:56:40 -07:00
commit c0e55e0af4

View file

@ -1,4 +1,3 @@
javascript: javascript:
var RecaptchaOptions = { var RecaptchaOptions = {
theme : 'clean' theme : 'clean'
@ -45,7 +44,7 @@ javascript:
.span1 .span1
h5 Email h5 Email
.span6 .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 .row