From fa9d5ccd4eec1dbf5ebe2fd564c7c9ddf64414a0 Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 24 Nov 2019 07:22:00 +1000 Subject: Move the test names to the table header. --- apt-panopticon-report-web.lua | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/apt-panopticon-report-web.lua b/apt-panopticon-report-web.lua index 7ebf2d3..42a08ee 100755 --- a/apt-panopticon-report-web.lua +++ b/apt-panopticon-report-web.lua @@ -256,7 +256,8 @@ if nil == file then C("opening mirrors file - " .. e) else "
Due to the nature of the tests, some errors or warnings will be counted several times. " .. "Refer to the logs below for details.
\n\n" .. "Please see below the current status of the Devuan Package Mirror network:
\n" .. - "http | https | DNS-RR | Protocol | URL-Sanity | Integrity | Updated | http: " .. http .. " | https: " .. https .. " | " .. dns .. - " | Protocol: " .. protocol .. " | URL-sanity: " .. sanity .. - " | Integrity: " .. integrity .. " | Updated: " .. updated .. " | \n") + file:write("" .. http .. " | " .. https .. " | " .. dns .. + " | " .. protocol .. " | " .. sanity .. + " | " .. integrity .. " | " .. updated .. " | \n") end file:write( "
---|