From: Nicolas Boisselier Date: Thu, 27 Sep 2018 12:58:26 +0000 (+0100) Subject: www/dbq/dbq.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=5544498d4d323de944916fbfbe0ed58bd1ec805d;p=nb.git www/dbq/dbq.php --- diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index c29c1368..7602bac0 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -363,7 +363,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('div class="block bottom card mx-auto navbar-text"',join('
'.NB_EOL,$bottom)); + if ($bottom and $this->is_html) echo $this->page->tag('div class="block bottom card"',join('
'.NB_EOL,$bottom)); $this->page->end(); }