diff options
-rwxr-xr-x | modules/mga-mirrors/files/check_mirrors_status | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mga-mirrors/files/check_mirrors_status b/modules/mga-mirrors/files/check_mirrors_status index 884857f3..82a2f085 100755 --- a/modules/mga-mirrors/files/check_mirrors_status +++ b/modules/mga-mirrors/files/check_mirrors_status @@ -176,7 +176,7 @@ th {background-color:#EEEEEE;} puts "<tbody>" puts "<tr><td class='name'>Reference</td>" puts " <td class='sep' />" - puts " <td>#{ref_times['base'].strftime("%F %R")}</td>" + puts " <td>#{!ref_times['base'].nil? ? ref_times['base'].strftime("%F %R") : "?"}</td>" archs_per_distro.each{|d, archs| puts " <td class='sep' />" archs.each{|a| |