From 213ef5fcf983882f3627e71c423288cbfab7765a Mon Sep 17 00:00:00 2001 From: laf Date: Thu, 26 Feb 2015 12:32:54 +0000 Subject: [PATCH] Final update from some comments from f0o --- html/includes/print-alerts.php | 1 + 1 file changed, 1 insertion(+) 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";