aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2019-11-06 21:05:03 +1000
committeronefang2019-11-06 21:05:03 +1000
commit473c4b680d6b23df470a25152e97cdee95300a4b (patch)
treecae9d5d75119adf7ab977d065360137f16b3614e
parentAdd my preferred web colours. (diff)
downloadapt-panopticon-473c4b680d6b23df470a25152e97cdee95300a4b.zip
apt-panopticon-473c4b680d6b23df470a25152e97cdee95300a4b.tar.gz
apt-panopticon-473c4b680d6b23df470a25152e97cdee95300a4b.tar.bz2
apt-panopticon-473c4b680d6b23df470a25152e97cdee95300a4b.tar.xz
Oops, wrong quote mark.
-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 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")()
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 bgcolor="black" text="white" alink="red" link="blue" vlink="purple">" .. 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")()