diff --git a/lib/QueryRender.php b/lib/QueryRender.php index add48327..4cc1b6e4 100644 --- a/lib/QueryRender.php +++ b/lib/QueryRender.php @@ -321,7 +321,7 @@ private function visitEnd() { if (! $results) { echo _('Search returned no results'); - continue; + continue 2; } printf('
',$counter);