diff options
Diffstat (limited to 'check.php')
-rwxr-xr-x | check.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -191,7 +191,7 @@ function delta($ref, $loc) { if ($d > 1) { $unit .= 's'; } - return sprintf("%s : %2d %s ago", date('r', $loc), $d, $unit); + return sprintf("%s :%3d %s ago", date('r', $loc), $d, $unit); } if (isset($_GET['mirror']) && isset($repos[$_GET['mirror']])) { |