From 5544498d4d323de944916fbfbe0ed58bd1ec805d Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 27 Sep 2018 13:58:26 +0100 Subject: [PATCH] www/dbq/dbq.php --- www/dbq/dbq.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.47.3