From 8d88e645cdc07fbd74adba643144bd42fbae19ce Mon Sep 17 00:00:00 2001 From: bergware Date: Sun, 22 May 2016 13:44:40 +0200 Subject: [PATCH] Correction in disk log display --- plugins/dynamix/scripts/disk_log | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dynamix/scripts/disk_log b/plugins/dynamix/scripts/disk_log index 220b212f3..54156dbe3 100755 --- a/plugins/dynamix/scripts/disk_log +++ b/plugins/dynamix/scripts/disk_log @@ -25,6 +25,6 @@ foreach ($lines as $line) { if (strpos($line,'disk_log')!==false) continue; $span = "span"; foreach ($match as $type) foreach ($type['text'] as $text) if (preg_match("/$text/i",$line)) {$span = "span class='{$type['class']}'"; break 2;} - echo "<$span>".htmlentities($line)."\n"; + echo "<$span>".htmlentities($line)."\n"; } ?> \ No newline at end of file