";
@@ -1400,7 +1400,7 @@
-->
";
}
- echo "";
+ echo "";
}
$this->printTopReportsList();
@@ -1441,7 +1441,7 @@
else
$contents = htmlspecialchars( $debug['String'] );
- echo "
+ echo "
" . $contents . " | ";
}
@@ -1458,7 +1458,7 @@
echo " ";
echo "Timing points:";
- echo "| Checkpoint | Elapsed | Rel. Elapsed | Memory | Rel. Memory | ";
+ echo "| Checkpoint | Elapsed | Rel. Elapsed | Memory | Rel. Memory | ";
}
$startTime = false;
$elapsed = 0.00;
@@ -1558,7 +1558,7 @@
if ( $useIncludedFiles )
{
if ( $as_html )
- echo "Included files:| File | ";
+ echo "Included files:| File | ";
else
echo $styles['emphasize'] . "Includes" . $styles['emphasize-end'] . "\n";
$phpFiles = get_included_files();
@@ -1589,7 +1589,7 @@
if ( $as_html )
{
echo "Time accumulators:";
- echo "| Accumulator | Elapsed | Percent | Count | Average | ";
+ echo "| Accumulator | Elapsed | Percent | Count | Average | ";
$i = 0;
}
|