Skip to content

Commit

Permalink
use html entiy for micro, to prevent encoding issues. closes #33.
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Apr 24, 2013
1 parent f1a3ad5 commit 6f18c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xhprof/includes/helpers.xhprof.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function format_microseconds($time, $format = TRUE)
$time = (int) $time;

$pad = FALSE;
$suffix = 'µs';
$suffix = 'µs';

if (abs($time) >= 1000)
{
Expand Down

0 comments on commit 6f18c32

Please sign in to comment.