aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-email-web.lua
diff options
context:
space:
mode:
authoronefang2019-12-23 13:10:48 +1000
committeronefang2019-12-23 13:10:48 +1000
commit468332bcc7598edf60d3a8b2a0b7d0974a911004 (patch)
tree1af424b9eeac64d0f8465065db4bbba542b7160c /apt-panopticon-report-email-web.lua
parentForgotten code for the "dig in forks" changes. (diff)
downloadapt-panopticon-468332bcc7598edf60d3a8b2a0b7d0974a911004.zip
apt-panopticon-468332bcc7598edf60d3a8b2a0b7d0974a911004.tar.gz
apt-panopticon-468332bcc7598edf60d3a8b2a0b7d0974a911004.tar.bz2
apt-panopticon-468332bcc7598edf60d3a8b2a0b7d0974a911004.tar.xz
Consistant lack of capitals.
Diffstat (limited to 'apt-panopticon-report-email-web.lua')
-rwxr-xr-xapt-panopticon-report-email-web.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua
index 5115910..a30979d 100755
--- a/apt-panopticon-report-email-web.lua
+++ b/apt-panopticon-report-email-web.lua
@@ -445,7 +445,7 @@ if nil == web then C("opening mirrors file - " .. e) else
445 "</p>\n" 445 "</p>\n"
446 ) 446 )
447 web:write(APT.dumpTableHTML(m, "", "")) 447 web:write(APT.dumpTableHTML(m, "", ""))
448 web:write( "\n<br>\n<br>\n<h2>==== Graphs: ====</h2>\n" .. 448 web:write( "\n<br>\n<br>\n<h2>==== graphs: ====</h2>\n" ..
449 "<img src='speed.png'>\n<br>\n<p><a href='../apt-panopticon_cgp/'>More graphs.</a> with greater detail.</p><hr>\n\n" .. 449 "<img src='speed.png'>\n<br>\n<p><a href='../apt-panopticon_cgp/'>More graphs.</a> with greater detail.</p><hr>\n\n" ..
450 "<p>The <a href='Report-email.txt'>email report</a>. &nbsp; " .. 450 "<p>The <a href='Report-email.txt'>email report</a>. &nbsp; " ..
451 "All <a href='../results'>the logs and other output</a>. &nbsp; " .. 451 "All <a href='../results'>the logs and other output</a>. &nbsp; " ..
@@ -455,4 +455,3 @@ if nil == web then C("opening mirrors file - " .. e) else
455 "\n</body></html>\n") 455 "\n</body></html>\n")
456 web:close() 456 web:close()
457end 457end
458