]> git.nbdom.net Git - nb.git/commitdiff
www/dbq/dbq.php
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Thu, 27 Sep 2018 12:58:26 +0000 (13:58 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Thu, 27 Sep 2018 12:58:26 +0000 (13:58 +0100)
www/dbq/dbq.php

index c29c136839492738495da7fecfe036ae33c73fd7..7602bac0611d633b9abedbd3722fdd31ab9ad420 100644 (file)
@@ -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('<br />'.NB_EOL,$bottom));
+                       if ($bottom and $this->is_html) echo $this->page->tag('div class="block bottom card"',join('<br />'.NB_EOL,$bottom));
 
                        $this->page->end();
                }