aboutsummaryrefslogtreecommitdiff
path: root/modules/Internals/SysCheck.pm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/Internals/SysCheck.pm')
-rw-r--r--modules/Internals/SysCheck.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/Internals/SysCheck.pm b/modules/Internals/SysCheck.pm
index 9b5c131..930510b 100644
--- a/modules/Internals/SysCheck.pm
+++ b/modules/Internals/SysCheck.pm
@@ -987,7 +987,9 @@ sub cmpSystems($$$)
my $Styles = readModule("Styles", "CmpSystems.css");
$SYS_REPORT = composeHTML_Head($Title, $Keywords, $Description, $Styles, "")."\n<body>\n<div>".$SYS_REPORT."</div>\n";
- $SYS_REPORT .= "<br/><br/><br/><hr/>\n".getReportFooter("Single")."<div style='height:999px;'></div>\n</body></html>";
+ $SYS_REPORT .= "<br/><br/><br/>\n";
+ $SYS_REPORT .= getReportFooter();
+ $SYS_REPORT .= "</body></html>\n";
if($SourceOnly) {
$SYS_REPORT = "<!-\- kind:source;".join(";", @{$META_DATA{"Source"}})." -\->\n".$SYS_REPORT;