From 7de3b3eced98d4e720787ed1cf544af8e28f0a3a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 18 Aug 2015 19:51:21 -0700 Subject: fix footer to use new dropdown markup --- docs/_includes/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes') 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: '
  • {title}
  • ', - noResultsText: '
  • Sorry, there are no results for that search.
  • ', + searchResultTemplate: '{title}', + noResultsText: '', dataSource: '/search.json' }) -- cgit v1.2.3