From 419bd1bb05c4988332e61005f2e40c7b3216367a Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Thu, 13 Jan 2011 15:54:31 +0000 Subject: stats box update --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 386ce7e..8a26916 100644 --- a/index.php +++ b/index.php @@ -256,10 +256,10 @@ foreach ($pkgs as $key => $p) { } echo $s, ''; -$s = '
'; +$s = '
StatusCount%
'; foreach ($stats as $k => $v) { - $s .= sprintf('', - $k, $v, round($v/$total*100)); + $s .= sprintf('', + $k, $k, $v, round($v/$total*100)); } $s .= '
Stats.
StatusCount%
%s%d%d%%
%s%d%d%%
'; $s .= '
'; -- cgit v1.2.1