diff options
| author | Pierre Vanduynslager <[email protected]> | 2017-04-09 18:16:37 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-09 18:16:37 -0400 |
| commit | d3fbebefcd8a0931f51341c8fe59a075578753c8 (patch) | |
| tree | 67683e5fb0fb91d5213bb57286f9b3bdcd8b8e45 /docs/examples/dashboard | |
| parent | fe72daf2b34263d3cfc9bc77e9998cd22adfa34d (diff) | |
| parent | 278ddd0acd9700917791af0b67d44bc21ed17498 (diff) | |
| download | bootstrap-d3fbebefcd8a0931f51341c8fe59a075578753c8.tar.xz bootstrap-d3fbebefcd8a0931f51341c8fe59a075578753c8.zip | |
Merge branch 'v4-dev' into dropdown-keyboard
Diffstat (limited to 'docs/examples/dashboard')
| -rw-r--r-- | docs/examples/dashboard/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 33f5e0549..5270f1705 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -39,7 +39,7 @@ </li> </ul> <form class="form-inline mt-2 mt-md-0"> - <input class="form-control mr-sm-2" type="text" placeholder="Search"> + <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button> </form> </div> |
