Index: C:/eZpublish/www/ezp_trunk/lib/ezutils/classes/ezdebug.php =================================================================== --- C:/eZpublish/www/ezp_trunk/lib/ezutils/classes/ezdebug.php (revision 18351) +++ C:/eZpublish/www/ezp_trunk/lib/ezutils/classes/ezdebug.php (working copy) @@ -1358,7 +1358,7 @@ if ( $as_html ) { - echo ""; + echo "
"; echo ""; echo "

eZ debug

"; @@ -1400,7 +1400,7 @@ --> "; } - echo ""; + echo "
"; } $this->printTopReportsList(); @@ -1441,7 +1441,7 @@ else $contents = htmlspecialchars( $debug['String'] ); - echo " + echo ""; } @@ -1458,7 +1458,7 @@ echo "
$name: $label
$name: $label $time
" . $contents . "
"; echo "

Timing points:

"; - echo ""; + echo "
CheckpointElapsedRel. ElapsedMemoryRel. Memory
"; } $startTime = false; $elapsed = 0.00; @@ -1558,7 +1558,7 @@ if ( $useIncludedFiles ) { if ( $as_html ) - echo "

Included files:

CheckpointElapsedRel. ElapsedMemoryRel. Memory
"; + 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 "
File
"; + echo "
 Accumulator Elapsed Percent Count Average
"; $i = 0; }
 Accumulator Elapsed Percent Count Average