diff --git a/e107_handlers/db_debug_class.php b/e107_handlers/db_debug_class.php index 8b563df45..546159045 100644 --- a/e107_handlers/db_debug_class.php +++ b/e107_handlers/db_debug_class.php @@ -237,7 +237,7 @@ class e107_db_debug { } if ($badCount) { - $text .= "\n\n"; + $text .= "\n
\n"; $text .= "\n"; $text .= "\n"; @@ -254,7 +254,7 @@ class e107_db_debug { // Optionally list good queries // if ($okCount && E107_DBG_SQLDETAILS) { - $text .= "\n
$badCount Query Errors!
IndexQuery / Error
\n"; + $text .= "\n
\n"; $text .= "\n"; $text .= "\n \n @@ -275,7 +275,7 @@ class e107_db_debug { // if (E107_DBG_SQLDETAILS) { foreach ($this->aSQLdetails as $idx => $cQuery) { - $text .= "\n
{$okCount[TRUE]} Good Queries
IndexQtimeQuery
 (msec) 
\n"; + $text .= "\n
\n"; $text .= "\n"; if (isset($cQuery['explain'])) { $text .= $cQuery['explain'];
".$idx.") Query: [".$cQuery['marker']." - ".$cQuery['caller']."]
".$cQuery['query']."