mirror of
https://github.com/unraid/webgui.git
synced 2026-01-13 13:09:58 -06:00
Correction in disk log display
This commit is contained in:
@@ -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)."</span>\n";
|
||||
echo "<$span>".htmlentities($line)."\n</span>";
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user