summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-04-19 13:16:24 +0000
committerRomain d'Alverny <rda@mageia.org>2011-04-19 13:16:24 +0000
commit2778ec1e523d66d393f30269370460619fe03201 (patch)
tree529bcb9d289dedeefd1f7fd2bf4897e2e6ed96ec /index.php
parent395719392a4f142cd298105b4431d922b22c06c2 (diff)
downloadpkgsubmit-2778ec1e523d66d393f30269370460619fe03201.tar
pkgsubmit-2778ec1e523d66d393f30269370460619fe03201.tar.gz
pkgsubmit-2778ec1e523d66d393f30269370460619fe03201.tar.bz2
pkgsubmit-2778ec1e523d66d393f30269370460619fe03201.tar.xz
pkgsubmit-2778ec1e523d66d393f30269370460619fe03201.zip
show usage time diagram (sort of)
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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 .= '<table style="width:100%;"><caption>Build times</caption>';
$max = max($build_dates);
foreach ($build_dates as $time => $count)
- $s .= sprintf('<tr><td>%d</td><td><span style="width: %dpx; height: 10px; background: #aaa;" title="%d"></span></td></tr>',
+ $s .= sprintf('<tr><td>%d</td><td><span style="width: %dpx; height: 10px; background: #aaa; display: block;" title="%d"></span></td></tr>',
$time, round($count / $max * 100), $count);
$s .= '</table>';