From 16cecbbade8f860e2ec86d8ae7e6450db8e66788 Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 26 Dec 2019 15:51:08 +1000 Subject: Make the explanation linky more visible. --- apt-panopticon-report-email-web.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua index 3703972..14b0794 100755 --- a/apt-panopticon-report-email-web.lua +++ b/apt-panopticon-report-email-web.lua @@ -266,7 +266,7 @@ end local lnk = function(name, link) if nil == link then link = name end - return name .."*" + return name .. " *" end @@ -370,7 +370,7 @@ if nil == web then C("opening mirrors file - " .. e) else "
The time in the Updated column is how often the mirror updates itself.
" .. "Mirrors with a grey background are not active (though may be usable as part of the DNS-RR).
\n" .. "[skip] means that the test hasn't been written yet.
\n" .. - "" .. lnk('FTP') .. " | " .. lnk('HTTP') .. " | " .. lnk('HTTPS') .. " | " .. lnk('RSYNC') .. " | " .. + "
---|
" .. lnk('FTP') .. " | " .. lnk('HTTP') .. " | " .. lnk('HTTPS') .. " | " .. lnk('RSYNC') .. " | " .. "" .. lnk('DNS round robin', 'DNS-RR') .. " | " .. lnk('Protocol') .. " | " .. lnk('URL sanity', 'URL-Sanity') .. " | " .. lnk('Integrity') .. " | " .. "" .. lnk('Updated') .. " | " .. lnk('Speed range', 'Speed') .. " |
---|