From 15b0fcedca37dfff4d04482e935ad8330d051b79 Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 6 Nov 2019 20:58:04 +1000 Subject: Add my preferred web colours. --- apt-panopticon-report-web.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-panopticon-report-web.lua') diff --git a/apt-panopticon-report-web.lua b/apt-panopticon-report-web.lua index ece9e09..570ec53 100755 --- a/apt-panopticon-report-web.lua +++ b/apt-panopticon-report-web.lua @@ -169,7 +169,7 @@ local mirrors = loadfile("results/mirrors.lua")() local file, e = io.open("results/Report-web.html", "w+") if nil == file then C("opening mirrors file - " .. e) else file:write( "\n" .. - "" .. + "" .. "Check date: " .. os.date("!%a %b %d %T %Z %Y") .. "\n
\n") for k, v in orderedPairs(mirrors) do local results = loadfile("results/" .. k .. ".lua")() -- cgit v1.1