diff options
| author | Vincent Le Put <[email protected]> | 2017-07-06 17:33:50 -0400 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2017-07-06 23:33:50 +0200 |
| commit | 136a0d5cb6e202de302b939ddbeb166a1a6a36a2 (patch) | |
| tree | 07c3c5042595e8d5e8e371bc63c2f4b2a6e30d95 /docs | |
| parent | 4d515e402686ffb819c64c2b60766eca9029071b (diff) | |
| download | bootstrap-136a0d5cb6e202de302b939ddbeb166a1a6a36a2.tar.xz bootstrap-136a0d5cb6e202de302b939ddbeb166a1a6a36a2.zip | |
Docs: added missing quote in input-group example (#23010)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/components/input-group.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/input-group.md b/docs/4.0/components/input-group.md index ec1626b74..c13157db2 100644 --- a/docs/4.0/components/input-group.md +++ b/docs/4.0/components/input-group.md @@ -123,7 +123,7 @@ Buttons in input groups must wrapped in a `.input-group-btn` for proper alignmen </div> <div class="col-lg-6"> <div class="input-group"> - <input type="text" class="form-control" placeholder="Search for..." aria-label="Search for...> + <input type="text" class="form-control" placeholder="Search for..." aria-label="Search for..."> <span class="input-group-btn"> <button class="btn btn-secondary" type="button">Go!</button> </span> |
