Index: trunk/core/kernel/utility/debugger.php =================================================================== diff -u -N -r5054 -r5104 --- trunk/core/kernel/utility/debugger.php (.../debugger.php) (revision 5054) +++ trunk/core/kernel/utility/debugger.php (.../debugger.php) (revision 5104) @@ -243,8 +243,8 @@ $div_width['current'] = round(($runtime / $total) * $total_width); $div_width['left'] = round((($total - $total_before - $runtime) / $total) * $total_width); - $ret = 'Name: '.$Data['description'].'
'; - $ret .= 'Runtime: '.$runtime.'s'; + $ret = 'Name: '.$Data['description'].'
'; + $ret .= 'Runtime: '.$runtime.'s
'; $ret .= '
'; $ret .= '
'; $ret .= '
';