--- lib/QueryRender.php.orig 2019-08-07 01:14:46.000000000 +0200 +++ lib/QueryRender.php 2019-09-02 10:45:44.632080000 +0200 @@ -284,10 +284,10 @@ class QueryRender extends PageRender { # Ignore DN, we've already displayed it. if ($attr == 'dn') - continue; + continue 2; if (! isset($dndetails[$attr])) - continue; + continue 2; # Set our object with our values $afattrs[$attr]->clearValue(); @@ -321,7 +321,7 @@ class QueryRender extends PageRender { if (! $results) { echo _('Search returned no results'); - continue; + continue 2; } printf('