diff options
| author | Heinrich Fenkart <[email protected]> | 2015-08-21 00:34:16 +0200 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2015-08-21 00:34:16 +0200 |
| commit | ff5218a08ed887601e930421d40be8cd424bc127 (patch) | |
| tree | dab6ad5fcd892aa6a388430bfa92faf283b57e6c /docs/_includes | |
| parent | 70e4c72066831c5587752920eb4e666e070ea1a3 (diff) | |
| parent | 73a88dbe8649758e20464c60cfd568e4828d6c27 (diff) | |
| download | bootstrap-ff5218a08ed887601e930421d40be8cd424bc127.tar.xz bootstrap-ff5218a08ed887601e930421d40be8cd424bc127.zip | |
Merge pull request #17172 from twbs/v4-docs-dropdowns
Docs: Update all dropdowns to new HTML structure
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/nav-docs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html index 649f175a7..545c9655d 100644 --- a/docs/_includes/nav-docs.html +++ b/docs/_includes/nav-docs.html @@ -2,7 +2,7 @@ <form class="bd-search hidden-sm-down"> <input type="text" class="form-control" id="search-input" placeholder="Search..."> - <ul class="dropdown-menu bd-search-results" id="search-results"></ul> + <div class="dropdown-menu bd-search-results" id="search-results"></div> </form> <nav class="bd-links" id="docsNavbarContent"> |
