aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-18 19:51:21 -0700
committerMark Otto <[email protected]>2015-08-18 19:51:21 -0700
commit7de3b3eced98d4e720787ed1cf544af8e28f0a3a (patch)
treeef65a21a3fe161adc5aa40346d5b7c7fa4213f72 /docs/_includes
parent1ee84d4a1c8dc5de032fadbd6d3fa1f242e1c1ef (diff)
downloadbootstrap-7de3b3eced98d4e720787ed1cf544af8e28f0a3a.tar.xz
bootstrap-7de3b3eced98d4e720787ed1cf544af8e28f0a3a.zip
fix footer to use new dropdown markup
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index 8517f0ddc..48074e384 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -35,8 +35,8 @@
SimpleJekyllSearch.init({
searchInput: document.getElementById('search-input'),
resultsContainer: document.getElementById('search-results'),
- searchResultTemplate: '<li><a href="{url}">{title}</a></li>',
- noResultsText: '<li class="no-results">Sorry, there are no results for that search.</li>',
+ searchResultTemplate: '<a class="dropdown-item" href="{url}">{title}</a>',
+ noResultsText: '<div class="dropdown-item no-results">Sorry, there are no results for that search.</div>',
dataSource: '/search.json'
})