diff options
-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 | |||