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/jumbotron | |
| parent | 27d9d35ffd2ec9787374247b373d0cf96cdad3e8 (diff) | |
| download | bootstrap-25cac1ea9a70ab192a4b4fb49b972de2f342d240.tar.xz bootstrap-25cac1ea9a70ab192a4b4fb49b972de2f342d240.zip | |
Redundant role="form" on <form>s
Diffstat (limited to 'docs/examples/jumbotron')
| -rw-r--r-- | docs/examples/jumbotron/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/jumbotron/index.html b/docs/examples/jumbotron/index.html index 7119bb3ef..8480d1dbe 100644 --- a/docs/examples/jumbotron/index.html +++ b/docs/examples/jumbotron/index.html @@ -41,7 +41,7 @@ <a class="navbar-brand" href="#">Project name</a> </div> <div id="navbar" class="navbar-collapse collapse"> - <form class="navbar-form navbar-right" role="form"> + <form class="navbar-form navbar-right"> <div class="form-group"> <input type="text" placeholder="Email" class="form-control"> </div> |
