summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-04-18 21:49:12 +0000
committerRomain d'Alverny <rda@mageia.org>2011-04-18 21:49:12 +0000
commitd8891fd75412ba1f973daf84e1bcf9800f1ae5a2 (patch)
treea9014409847c658b14c708503220a0cd0a987310 /index.php
parent2aa6372915a12ed1c797cd5450570d9e6dd3e1bf (diff)
downloadpkgsubmit-d8891fd75412ba1f973daf84e1bcf9800f1ae5a2.tar
pkgsubmit-d8891fd75412ba1f973daf84e1bcf9800f1ae5a2.tar.gz
pkgsubmit-d8891fd75412ba1f973daf84e1bcf9800f1ae5a2.tar.bz2
pkgsubmit-d8891fd75412ba1f973daf84e1bcf9800f1ae5a2.tar.xz
pkgsubmit-d8891fd75412ba1f973daf84e1bcf9800f1ae5a2.zip
better headers
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index d53018b..16ffac3 100644
--- a/index.php
+++ b/index.php
@@ -396,8 +396,7 @@ if ($total > 0) {
$buildtime_cnt += $count;
}
- $s .= '<table style="width: 100%;"><caption>Build time</caption>
- <tr><th title="Build time">Duration</th><th title="Packages number">Pack. nb.</th></tr>';
+ $s .= '<table style="width: 100%;"><caption>Build time</caption>';
$s .= sprintf('<tr><td>Total time</td><td>%s</td></tr>
<tr><td>Average</td><td>%s</td></tr>
@@ -406,6 +405,7 @@ if ($total > 0) {
round($buildtime_avg / $buildtime_cnt, 1),
$buildtime_cnt);
+ $s .= '<tr><th title="Build time">Duration</th><th title="Packages number">Pack. nb.</th></tr>';
$s .= $bts;
$s .= '</table><span style="font-size: 85%;">Does not take<br />build failures<br />into account.</span>';