From 7d7ce55392d635e52fc76ef471ec805756a23c71 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 4 Sep 2012 10:41:30 +0000 Subject: refine style --- test_index.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test_index.php') diff --git a/test_index.php b/test_index.php index 0afc0ce..216fadf 100644 --- a/test_index.php +++ b/test_index.php @@ -311,7 +311,7 @@ TB; $s = ''; $tmpl = << - %s + %s %s %s %s @@ -357,7 +357,7 @@ if ($total > 0) { sprintf('%s', $typelink, $typestr) : $typestr; - $s .= ''; + $s .= ''; if ($p['type'] == 'uploaded') { $tdiff = timediff($p['buildtime']['start'], $p['buildtime']['end']); // use $p['buildtime']['diff']; instead? $s .= $tdiff; @@ -368,13 +368,13 @@ if ($total > 0) { $s .= ''; $s .= ''; } - echo sprintf('
  • %d packages submitted in the past %d hours.

    ', $total, $max_modified * 24); + echo sprintf('
  • %d packages submitted in the past %d hours.

    ', $total, $max_modified * 24); // Table echo '', - ' + ' - ', - $s, + ', + '', $s, '', '
    SubmittedUser
    SubmittedUser PackageTargetMediaStatusBuild time
    StatusBuild time
    '; // Stats -- cgit v1.2.1