From b4df100b3a4f516eb3c792207ef07da36e2d3499 Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 24 Nov 2019 04:54:39 +1000 Subject: Missing DNS-RR IPs is a warningish, so make it maroon. --- apt-panopticon-report-web.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apt-panopticon-report-web.lua b/apt-panopticon-report-web.lua index 5fd26fa..251aa89 100755 --- a/apt-panopticon-report-web.lua +++ b/apt-panopticon-report-web.lua @@ -264,7 +264,7 @@ if nil == file then C("opening mirrors file - " .. e) else dns = dns .. logCount("deb.devuan.org", i) else if "" == dns then dns = " " else dns = dns .. "   " end - dns = dns .. "" .. i .. "" + dns = dns .. "" .. i .. "" end end end @@ -276,7 +276,7 @@ if nil == file then C("opening mirrors file - " .. e) else dns = dns .. log else if "" == dns then dns = " " else dns = dns .. "   " end - dns = dns .. "" .. l .. "" + dns = dns .. "" .. l .. "" end end end -- cgit v1.1