From 9d396a76293b7a3c4c84cb0671fae04033a06588 Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 24 Nov 2019 06:36:01 +1000 Subject: Space sentences properly on the web. --- apt-panopticon-report-web.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apt-panopticon-report-web.lua b/apt-panopticon-report-web.lua index 33b8fe2..810ac45 100755 --- a/apt-panopticon-report-web.lua +++ b/apt-panopticon-report-web.lua @@ -251,7 +251,7 @@ if nil == file then C("opening mirrors file - " .. e) else "

Check time: " .. os.date("!%a %b %d %T %Z %Y") .. "

\n" .. "

The full list of Devuan package mirrors is available at the URL: " .. "https://pkgmaster.devuan.org/mirror_list.txt

\n" .. - "

Due to the nature of the tests, some errors or warnings will be counted several times. " .. + "

Due to the nature of the tests, some errors or warnings will be counted several times.   " .. "Refer to the logs below for details.

\n\n" .. "

Please see below the current status of the Devuan Package Mirror network:

\n" .. "

==== mirror status: ====

\n\n" @@ -341,11 +341,11 @@ if nil == file then C("opening mirrors file - " .. e) else end m[log .. " DNS entries -"] = n end - file:write( "

This lists each mirror, and the DNS entries for that mirror. " .. - "The links point to the log files for " .. logCount("apt-panopticon") .. " for each FDQN / IP combination that was checked. " .. - "If a mirror has a CNAME, that CNAME is listed along with that CNAMEs DNS entries. " .. - "deb.devuan.org is the DNS round robin, which points to the mirrors that are part of the DNS-RR. " .. - "pkgmaster.devuan.org is the master mirror, all the others sync to it. " .. + file:write( "

This lists each mirror, and the DNS entries for that mirror.   " .. + "The links point to the log files for " .. logCount("apt-panopticon") .. " for each FDQN / IP combination that was checked.   " .. + "If a mirror has a CNAME, that CNAME is listed along with that CNAMEs DNS entries.   " .. + "deb.devuan.org is the DNS round robin, which points to the mirrors that are part of the DNS-RR.   " .. + "pkgmaster.devuan.org is the master mirror, all the others sync to it.   " .. "

\n" ) file:write(dumpTableHTML(m, "", "")) -- cgit v1.1