From: Nicolas Boisselier Date: Wed, 16 Jan 2019 23:55:00 +0000 (+0100) Subject: www/dbq/dbq.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=504627a7386534da6bb96c4fa6f1f8bfe50d9e5b;p=nb.git www/dbq/dbq.php --- diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index b5c546b1..ec4d8557 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -378,7 +378,7 @@ class DbQ extends nb { $bottom[] = 'Database: '.preg_replace(array_keys($r),$r,$this->db->pdo); } - if ($bottom and $this->is_html) echo $this->page->tag( + if (!empty($bottom) and $this->is_html) echo $this->page->tag( 'div id="page-bottom" class="block bottom border rounded p-2 d-table"',join('
'.NB_EOL,$bottom) ); }