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/components/button-group.md | |
| 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/components/button-group.md')
| -rw-r--r-- | docs/components/button-group.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/button-group.md b/docs/components/button-group.md index 59a18e262..5c21e51f7 100644 --- a/docs/components/button-group.md +++ b/docs/components/button-group.md @@ -59,7 +59,7 @@ Feel free to mix input groups with button groups in your toolbars. Similar to th </div> <div class="input-group"> <span class="input-group-addon" id="btnGroupAddon">@</span> - <input type="text" class="form-control" placeholder="Input group example" aria-describedby="btnGroupAddon"> + <input type="text" class="form-control" placeholder="Input group example" aria-label="Input group example" aria-describedby="btnGroupAddon"> </div> </div> @@ -72,7 +72,7 @@ Feel free to mix input groups with button groups in your toolbars. Similar to th </div> <div class="input-group"> <span class="input-group-addon" id="btnGroupAddon2">@</span> - <input type="text" class="form-control" placeholder="Input group example" aria-describedby="btnGroupAddon2"> + <input type="text" class="form-control" placeholder="Input group example" aria-label="Input group example" aria-describedby="btnGroupAddon2"> </div> </div> {% endexample %} |
