diff options
author | onefang | 2019-12-23 13:10:48 +1000 |
---|---|---|
committer | onefang | 2019-12-23 13:10:48 +1000 |
commit | 468332bcc7598edf60d3a8b2a0b7d0974a911004 (patch) | |
tree | 1af424b9eeac64d0f8465065db4bbba542b7160c | |
parent | Forgotten code for the "dig in forks" changes. (diff) | |
download | apt-panopticon-468332bcc7598edf60d3a8b2a0b7d0974a911004.zip apt-panopticon-468332bcc7598edf60d3a8b2a0b7d0974a911004.tar.gz apt-panopticon-468332bcc7598edf60d3a8b2a0b7d0974a911004.tar.bz2 apt-panopticon-468332bcc7598edf60d3a8b2a0b7d0974a911004.tar.xz |
Consistant lack of capitals.
-rwxr-xr-x | apt-panopticon-report-email-web.lua | 3 |
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>. " .. | 450 | "<p>The <a href='Report-email.txt'>email report</a>. " .. |
451 | "All <a href='../results'>the logs and other output</a>. " .. | 451 | "All <a href='../results'>the logs and other output</a>. " .. |
@@ -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() |
457 | end | 457 | end |
458 | |||