diff options
-rwxr-xr-x | apt-panopticon-report-web.lua | 4 |
1 files 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 | |||
264 | dns = dns .. logCount("deb.devuan.org", i) | 264 | dns = dns .. logCount("deb.devuan.org", i) |
265 | else | 265 | else |
266 | if "" == dns then dns = " " else dns = dns .. " " end | 266 | if "" == dns then dns = " " else dns = dns .. " " end |
267 | dns = dns .. "<font color='red'><b>" .. i .. "</b></font>" | 267 | dns = dns .. "<font color='maroon'><b>" .. i .. "</b></font>" |
268 | end | 268 | end |
269 | end | 269 | end |
270 | end | 270 | end |
@@ -276,7 +276,7 @@ if nil == file then C("opening mirrors file - " .. e) else | |||
276 | dns = dns .. log | 276 | dns = dns .. log |
277 | else | 277 | else |
278 | if "" == dns then dns = " " else dns = dns .. " " end | 278 | if "" == dns then dns = " " else dns = dns .. " " end |
279 | dns = dns .. "<font color='red'><b>" .. l .. "</b></font>" | 279 | dns = dns .. "<font color='maroon'><b>" .. l .. "</b></font>" |
280 | end | 280 | end |
281 | end | 281 | end |
282 | end | 282 | end |