aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon-report-web.lua2
1 files changed, 1 insertions, 1 deletions
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")()
169local file, e = io.open("results/Report-web.html", "w+") 169local file, e = io.open("results/Report-web.html", "w+")
170if nil == file then C("opening mirrors file - " .. e) else 170if nil == file then C("opening mirrors file - " .. e) else
171 file:write( "<html><head>\n" .. 171 file:write( "<html><head>\n" ..
172 "</head><body>" .. 172 "</head><body bgcolor="black" text="white" alink="red" link="blue" vlink="purple">" ..
173 "Check date: " .. os.date("!%a %b %d %T %Z %Y") .. "\n<br>\n") 173 "Check date: " .. os.date("!%a %b %d %T %Z %Y") .. "\n<br>\n")
174 for k, v in orderedPairs(mirrors) do 174 for k, v in orderedPairs(mirrors) do
175 local results = loadfile("results/" .. k .. ".lua")() 175 local results = loadfile("results/" .. k .. ".lua")()