diff options
| author | Julian Thilo <[email protected]> | 2014-01-21 03:15:49 -0800 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2014-01-21 03:15:49 -0800 |
| commit | 7938134fd1382deb7b300da1672559fe2afb3706 (patch) | |
| tree | dcf9adb8b3b1a318505a42fcb86f0badefbe79fc | |
| parent | c658e4e926cc313de6cbadb8034d58ba0b79ed21 (diff) | |
| parent | ae579e950b4eb24b59c819be7f891a9d3554328c (diff) | |
| download | bootstrap-7938134fd1382deb7b300da1672559fe2afb3706.tar.xz bootstrap-7938134fd1382deb7b300da1672559fe2afb3706.zip | |
Merge pull request #12321 from coliff/patch-3
Update index.html
| -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 |
