]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update index.html 12321/head
authorChristian <christianoliff@yahoo.com>
Tue, 21 Jan 2014 09:36:48 +0000 (18:36 +0900)
committerChristian <christianoliff@yahoo.com>
Tue, 21 Jan 2014 09:36:48 +0000 (18:36 +0900)
This is very minor, but to help encourage best practises it'd be best to have the input type 'email' for this email input example instead of 'text'

docs/examples/signin/index.html

index 14444abdb5b7635f35b7e50b560670ff83cd4a5c..c04764f950bbd93d36ae08ae926044f544ef38d9 100644 (file)
@@ -32,7 +32,7 @@
 
       <form class="form-signin" role="form">
         <h2 class="form-signin-heading">Please sign in</h2>
-        <input type="text" class="form-control" placeholder="Email address" required autofocus>
+        <input type="email" class="form-control" placeholder="Email address" required autofocus>
         <input type="password" class="form-control" placeholder="Password" required>
         <label class="checkbox">
           <input type="checkbox" value="remember-me"> Remember me