diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-04-18 21:49:12 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-04-18 21:49:12 +0000 |
commit | d8891fd75412ba1f973daf84e1bcf9800f1ae5a2 (patch) | |
tree | a9014409847c658b14c708503220a0cd0a987310 /index.php | |
parent | 2aa6372915a12ed1c797cd5450570d9e6dd3e1bf (diff) | |
download | pkgsubmit-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.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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>'; |