diff --git a/html/includes/print-alerts.php b/html/includes/print-alerts.php index 65e452ac2..317f81c9d 100644 --- a/html/includes/print-alerts.php +++ b/html/includes/print-alerts.php @@ -72,6 +72,7 @@ foreach( dbFetchRows($full_query, $param) as $alert ) { $fault_detail .= $k.' => '.$v."\n "; } } + $fault_detail .= "\n"; } $ico = "ok";