From 473c4b680d6b23df470a25152e97cdee95300a4b Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 6 Nov 2019 21:05:03 +1000 Subject: Oops, wrong quote mark. --- apt-panopticon-report-web.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt-panopticon-report-web.lua b/apt-panopticon-report-web.lua index 570ec53..ca7ce4b 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