diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-04-19 23:04:41 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-04-19 23:04:41 +0000 |
commit | 10ef904d5bd802c6376612579dce08e3e22fe032 (patch) | |
tree | 9bcb475d52dd1ddf68e5b6d1be1650fe6a57c5ec /index.php | |
parent | bc6671bc2023a4f413dcb7846475aae9f2b9d1ed (diff) | |
download | pkgsubmit-10ef904d5bd802c6376612579dce08e3e22fe032.tar pkgsubmit-10ef904d5bd802c6376612579dce08e3e22fe032.tar.gz pkgsubmit-10ef904d5bd802c6376612579dce08e3e22fe032.tar.bz2 pkgsubmit-10ef904d5bd802c6376612579dce08e3e22fe032.tar.xz pkgsubmit-10ef904d5bd802c6376612579dce08e3e22fe032.zip |
graph build time
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -408,7 +408,7 @@ if ($total > 0) { $tmp = explode(' ', $time); } - $s .= '<table><caption>Build time</caption>'; + $s .= '<table style="width: 100%;"><caption>Build time</caption>'; $s .= sprintf('<tr><td>Total time</td><td>%s hours</td></tr> <tr><td>Average</td><td>%s minutes</td></tr> |