diff options
| author | Patrick H. Lauke <[email protected]> | 2014-11-14 01:27:47 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2014-11-14 10:52:56 +0000 |
| commit | 25cac1ea9a70ab192a4b4fb49b972de2f342d240 (patch) | |
| tree | b2448bd46b5f1c63d9a3b99ebe16b33eeedaa4aa /docs/examples/signin | |
| parent | 27d9d35ffd2ec9787374247b373d0cf96cdad3e8 (diff) | |
| download | bootstrap-25cac1ea9a70ab192a4b4fb49b972de2f342d240.tar.xz bootstrap-25cac1ea9a70ab192a4b4fb49b972de2f342d240.zip | |
Redundant role="form" on <form>s
Diffstat (limited to 'docs/examples/signin')
| -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 44ec6e2b9..a333a2192 100644 --- a/docs/examples/signin/index.html +++ b/docs/examples/signin/index.html @@ -31,7 +31,7 @@ <div class="container"> - <form class="form-signin" role="form"> + <form class="form-signin"> <h2 class="form-signin-heading">Please sign in</h2> <label for="inputEmail" class="sr-only">Email address</label> <input type="email" id="inputEmail" class="form-control" placeholder="Email address" required autofocus> |
