diff options
| author | Christian <[email protected]> | 2014-01-21 18:36:48 +0900 |
|---|---|---|
| committer | Christian <[email protected]> | 2014-01-21 18:36:48 +0900 |
| commit | ae579e950b4eb24b59c819be7f891a9d3554328c (patch) | |
| tree | dcf9adb8b3b1a318505a42fcb86f0badefbe79fc | |
| parent | c658e4e926cc313de6cbadb8034d58ba0b79ed21 (diff) | |
| download | bootstrap-ae579e950b4eb24b59c819be7f891a9d3554328c.tar.xz bootstrap-ae579e950b4eb24b59c819be7f891a9d3554328c.zip | |
Update index.html
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'
| -rw-r--r-- | docs/examples/signin/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/signin/index.html b/docs/examples/signin/index.html index 14444abdb..c04764f95 100644 --- a/docs/examples/signin/index.html +++ b/docs/examples/signin/index.html @@ -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 |
