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 "")) {