diff --git a/emhttp/plugins/dynamix/CPUvms.page b/emhttp/plugins/dynamix/CPUvms.page index 7d4e70102..f218a3ad6 100644 --- a/emhttp/plugins/dynamix/CPUvms.page +++ b/emhttp/plugins/dynamix/CPUvms.page @@ -37,7 +37,7 @@ function create($type = "") { if ($cpu2) $text[$n] .= "$cpu2
"; } } - $label = implode('
', array_fill(0, $loop, 'CORES:' . ($cpu2 ? '
CORES:' : ''))); + $label = implode('
', array_fill(0, $loop, 'CORES:' . ($cpu2 ? '
CORES:' : ''))); if ($type == "vm") echo "VCPUS"; echo "$label" . implode(array_map(function($t) { return "$t";