diff options
author | onefang | 2019-11-06 21:05:03 +1000 |
---|---|---|
committer | onefang | 2019-11-06 21:05:03 +1000 |
commit | 473c4b680d6b23df470a25152e97cdee95300a4b (patch) | |
tree | cae9d5d75119adf7ab977d065360137f16b3614e | |
parent | Add my preferred web colours. (diff) | |
download | apt-panopticon-473c4b680d6b23df470a25152e97cdee95300a4b.zip apt-panopticon-473c4b680d6b23df470a25152e97cdee95300a4b.tar.gz apt-panopticon-473c4b680d6b23df470a25152e97cdee95300a4b.tar.bz2 apt-panopticon-473c4b680d6b23df470a25152e97cdee95300a4b.tar.xz |
Oops, wrong quote mark.
Diffstat (limited to '')
-rwxr-xr-x | apt-panopticon-report-web.lua | 2 |
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")() | |||
169 | local file, e = io.open("results/Report-web.html", "w+") | 169 | local file, e = io.open("results/Report-web.html", "w+") |
170 | if nil == file then C("opening mirrors file - " .. e) else | 170 | if 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")() |