diff options
| author | Patrick H. Lauke <[email protected]> | 2017-04-09 22:09:45 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-09 22:09:45 +0100 |
| commit | ba306d98bb6fb5c2a3a6850206839b5b0dbf4728 (patch) | |
| tree | 78cca02210f6623b72dd6d2317911b979d49ccdd /docs/examples/offcanvas | |
| parent | 41abd1c7a5c96497130ef14dd152e26c042ec1d6 (diff) | |
| parent | 0af28c26ecb0b57cd7db8627928b8466d165af5b (diff) | |
| download | bootstrap-ba306d98bb6fb5c2a3a6850206839b5b0dbf4728.tar.xz bootstrap-ba306d98bb6fb5c2a3a6850206839b5b0dbf4728.zip | |
Merge branch 'v4-dev' into v4-dev-docs-navs-js-tabpanel-fix
Diffstat (limited to 'docs/examples/offcanvas')
| -rw-r--r-- | docs/examples/offcanvas/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index 001e50871..8183714b1 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -45,7 +45,7 @@ </li> </ul> <form class="form-inline my-2 my-lg-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> |
