From 46ebc2fe2a0308ca29643e490d5ee1d4fc66d594 Mon Sep 17 00:00:00 2001 From: dataking Date: Tue, 5 Sep 2017 12:47:58 -0700 Subject: [PATCH] minor bug fix: add label class to html report --- lynis-report-converter.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lynis-report-converter.pl b/lynis-report-converter.pl index f39d51f..a19cc21 100755 --- a/lynis-report-converter.pl +++ b/lynis-report-converter.pl @@ -1420,7 +1420,7 @@ END hostid:$lynis_report_data{'hostid2'} END if (ref($lynis_report_data{'plugin_firewall_iptables_list'}) eq 'ARRAY') { - print OUT "\t\t\t\t\tPlugin-firewall iptables list:".join("
\n", @{$lynis_report_data{'plugin_firewall_iptables_list'}})."\n"; + print OUT "\t\t\t\t\tPlugin-firewall iptables list:".join("
\n", @{$lynis_report_data{'plugin_firewall_iptables_list'}})."\n"; } print OUT "\t\t\t\t\n"; if ((exists($lynis_report_data{'plugin_processes_allprocesses'})) and ($lynis_report_data{'plugin_processes_allprocesses'} ne "")) {