aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon-report-email-web.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua
index bc68dd0..36e1ca6 100755
--- a/apt-panopticon-report-email-web.lua
+++ b/apt-panopticon-report-email-web.lua
@@ -497,7 +497,7 @@ if nil == web then C("opening mirrors file - " .. e) else
497 web:write("<td>" .. ftp .. "&nbsp;</td><td>" .. http .. "&nbsp;</td><td>" .. https .. "&nbsp;</td><td>" .. rsync .. "&nbsp;</td><td>" .. dns .. 497 web:write("<td>" .. ftp .. "&nbsp;</td><td>" .. http .. "&nbsp;</td><td>" .. https .. "&nbsp;</td><td>" .. rsync .. "&nbsp;</td><td>" .. dns ..
498 "&nbsp;</td><td>" .. protocol .. "&nbsp;</td><td>" .. sanity .. 498 "&nbsp;</td><td>" .. protocol .. "&nbsp;</td><td>" .. sanity ..
499 "&nbsp;</td><td>" .. integrity .. "&nbsp;</td><td>" .. updated .. "&nbsp;</td>" .. spd .. "</tr>\n") 499 "&nbsp;</td><td>" .. integrity .. "&nbsp;</td><td>" .. updated .. "&nbsp;</td>" .. spd .. "</tr>\n")
500 if "" ~= v.Active then 500 if "" ~= active then
501 web:write("<tr><td style='background-color:dimgrey'>" .. active .. "</td></tr>\n") 501 web:write("<tr><td style='background-color:dimgrey'>" .. active .. "</td></tr>\n")
502 end 502 end
503 end 503 end