1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 04:41:53 +02:00

Debug info styling fix.

This commit is contained in:
Cameron
2021-02-27 06:52:07 -08:00
parent c896bc48a1
commit 4c10212d47
2 changed files with 3 additions and 2 deletions

View File

@@ -355,7 +355,7 @@ class db_verify
if(isset($debugA) && (e_PAGE === 'db.php'))
{
$debug = "<table class='table' border='1'>
$debug = "<table class='table table-bordered table-condensed'>
<tr><td style='padding:5px;font-weight:bold'>FILE: ".$tbl." (key=".$key.")</td>
<td style='padding:5px;font-weight:bold'>SQL: ".$tbl."</td>
</tr>