Skip to content

Commit

Permalink
Merge pull request #12321 from coliff/patch-3
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
juthilo committed Jan 21, 2014
2 parents c658e4e + ae579e9 commit 7938134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/signin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7938134

Please sign in to comment.