From 2778ec1e523d66d393f30269370460619fe03201 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 19 Apr 2011 13:16:24 +0000 Subject: show usage time diagram (sort of) --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index d31796b..bea2e71 100644 --- a/index.php +++ b/index.php @@ -421,7 +421,7 @@ if ($total > 0) { $s .= ''; $max = max($build_dates); foreach ($build_dates as $time => $count) - $s .= sprintf('', + $s .= sprintf('', $time, round($count / $max * 100), $count); $s .= '
Build times
%d
%d
'; -- cgit v1.2.1