summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
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>';