diff --git a/classes/debug.class.php b/classes/debug.class.php
index d9d64fee..733f2ad2 100644
--- a/classes/debug.class.php
+++ b/classes/debug.class.php
@@ -371,7 +371,9 @@ public function class_table($Classes = false) {
- print_r($Classes) ?>
+
+ print_r($Classes); echo "\n"; ?>
+
|
@@ -388,7 +390,9 @@ public function extension_table() {
- print_r($this->get_extensions()) ?>
+
+ print_r($this->get_extensions()); echo "\n"; ?>
+
|
@@ -429,9 +433,7 @@ public function flag_table($Flags = false) {
} ?>
=Format::get_size($Memory)?> |
-
- }
-?>
+ } ?>
}
@@ -449,7 +451,9 @@ public function constant_table($Constants = false) {
- =display_str(print_r($Constants, true))?>
+
+= display_str(print_r($Constants, true)); echo "\n"; ?>
+
|
@@ -481,7 +485,9 @@ public function cache_table($CacheKeys = false) {
Clear this cache key
- =display_str(print_r(G::$Cache->get_value($Key, true), true))?>
+
+= display_str(print_r(G::$Cache->get_value($Key, true), true)); echo "\n"; ?>
+
|
} ?>
@@ -518,9 +524,7 @@ public function error_table($Errors = false) {
=display_str($Location)?>
-
- }
-?>
+ } ?>
}
@@ -554,9 +558,7 @@ public function query_table($Queries=false) {
=number_format($Time, 5)?> ms |
=$Warnings?> |
-
- }
-?>
+ } ?>
}
@@ -586,9 +588,7 @@ public function sphinx_table($Queries = false) {
=str_replace("\t", ' ', $Params)?> |
=number_format($Time, 5)?> ms |
-
- }
-?>
+ } ?>
}
@@ -621,7 +621,9 @@ public function vars_table($Vars = false) {
=$Data['bt']['path'].':'.$Data['bt']['line'];?>
- =display_str(print_r($Data['data'], true));?>
+
+= display_str(print_r($Data['data'], true)); echo "\n"; ?>
+
|
} ?>