aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-web.lua
diff options
context:
space:
mode:
Diffstat (limited to 'apt-panopticon-report-web.lua')
-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 ebc0e66..4064ec1 100755
--- a/apt-panopticon-report-web.lua
+++ b/apt-panopticon-report-web.lua
@@ -277,7 +277,7 @@ if nil == file then C("opening mirrors file - " .. e) else
277 local dns = "" 277 local dns = ""
278 local protocol = status(k, results, "Protocol") 278 local protocol = status(k, results, "Protocol")
279 local sanity = "[<font color='gray'><b>skip</b></font>]" 279 local sanity = "[<font color='gray'><b>skip</b></font>]"
280 local integrity = "[<font color='gray'><b>skip</b></font>]" 280 local integrity = status(k, results, "Integrity")
281 local updated = "[<font color='gray'><b>skip</b></font>]" 281 local updated = "[<font color='gray'><b>skip</b></font>]"
282 282
283 -- DNS-RR test. 283 -- DNS-RR test.