Merge pull request #940 from PhpMadman/bootstrap

// Fixes "Notice: Undefined index: nb_results in" when searching
This commit is contained in:
Jérôme Nadaud
2013-11-07 05:59:36 -08:00
@@ -29,7 +29,7 @@ $(function() {
});
</script>
{if !$nb_results}
{if !isset($nb_results) || !$nb_results}
<h2>{l s='There are no results matching your query "%s".' sprintf=$query}</h2>
{else}
<h2>