diff --git a/src/Tracy/templates/bar.dumps.panel.phtml b/src/Tracy/templates/bar.dumps.panel.phtml
index 3d97e6ef8..c899be2d2 100644
--- a/src/Tracy/templates/bar.dumps.panel.phtml
+++ b/src/Tracy/templates/bar.dumps.panel.phtml
@@ -22,10 +22,6 @@ use Tracy;
color: white;
}
- #tracy-debug .tracy-DumpPanel table {
- width: 100%;
- }
-
@@ -37,11 +33,6 @@ use Tracy;
-
+
diff --git a/src/Tracy/templates/bar.errors.panel.phtml b/src/Tracy/templates/bar.errors.panel.phtml
index 6edff23b3..d036ff7bb 100644
--- a/src/Tracy/templates/bar.errors.panel.phtml
+++ b/src/Tracy/templates/bar.errors.panel.phtml
@@ -15,9 +15,8 @@ use Tracy;
-
$count): list($file, $line, $message) = explode('|', $item, 3) ?>
-
+
|
|
diff --git a/tests/Tracy/Debugger.barDump().expect b/tests/Tracy/Debugger.barDump().expect
index 8cd4aaf4c..f85f67dd4 100644
--- a/tests/Tracy/Debugger.barDump().expect
+++ b/tests/Tracy/Debugger.barDump().expect
@@ -2,9 +2,7 @@
-
-
- array (8)
+ array (8)
0 => 10
1 => 20.2
2 => TRUE
@@ -18,16 +16,8 @@
| key1 => "val1" (4)
| key2 => TRUE
- |
-
-
String
-
-
- "<a href="#">test</a>" (20)
+ "<a href="#">test</a>" (20)
- |
-
-
%A%
\ No newline at end of file
diff --git a/tests/Tracy/Debugger.barDump().showLocation.phpt b/tests/Tracy/Debugger.barDump().showLocation.phpt
index 0484b7738..7af15f844 100644
--- a/tests/Tracy/Debugger.barDump().showLocation.phpt
+++ b/tests/Tracy/Debugger.barDump().showLocation.phpt
@@ -29,14 +29,9 @@ register_shutdown_function(function() {
%A%
EOD
diff --git a/tests/Tracy/Debugger.warnings.html.phpt b/tests/Tracy/Debugger.warnings.html.phpt
index 498c23832..40769c5b0 100644
--- a/tests/Tracy/Debugger.warnings.html.phpt
+++ b/tests/Tracy/Debugger.warnings.html.phpt
@@ -27,19 +27,19 @@ register_shutdown_function(function() {
Warning: Unsupported declare \'foo\' in %a% on line %d%%A%', $output);
Assert::match('%A%
-
+
1%a% |
PHP Strict standards: mktime(): You should be using the time() function instead in %a%:%d% |
-
+
1%a% |
PHP Deprecated: mktime(): The is_dst parameter is deprecated in %a%:%d% |
-
+
1%a% |
PHP Notice: Undefined variable: x in %a%:%d% |
-
+
1%a% |
PHP Warning: %a% in %a%:%d% |