aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-12-25 22:40:25 -0800
committerMark Otto <[email protected]>2014-12-25 22:40:25 -0800
commit489f2bc1fa9e9ed8262f61df7deaefc639ec9000 (patch)
treefa8d8ff7db6cb84499304f752e1938a979fcea12 /docs/_includes
parent7e25a958a2699a0f34c2b9d7c68bd0ea7555d5d2 (diff)
downloadbootstrap-489f2bc1fa9e9ed8262f61df7deaefc639ec9000.tar.xz
bootstrap-489f2bc1fa9e9ed8262f61df7deaefc639ec9000.zip
no results in search form accounted for
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/footer.html1
1 files changed, 1 insertions, 0 deletions
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: '<li><a href="{url}">{title}</a></li>',
+ noResultsText: '<li class="no-results">Sorry, there are no results for that search.</li>',
dataSource: '/search.json'
})
</script>