From 489f2bc1fa9e9ed8262f61df7deaefc639ec9000 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 25 Dec 2014 22:40:25 -0800 Subject: no results in search form accounted for --- docs/_includes/footer.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/_includes') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index d293c8d90..c1380af63 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -55,6 +55,7 @@ SimpleJekyllSearch.init({ searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('search-results'), searchResultTemplate: '
  • {title}
  • ', + noResultsText: '
  • Sorry, there are no results for that search.
  • ', dataSource: '/search.json' }) -- cgit v1.2.3