diff --git a/emhttp/plugins/dynamix/CPUvms.page b/emhttp/plugins/dynamix/CPUvms.page
index 926b4702d..56f26ab27 100644
--- a/emhttp/plugins/dynamix/CPUvms.page
+++ b/emhttp/plugins/dynamix/CPUvms.page
@@ -33,11 +33,11 @@ function create($type = "") {
for ($n = 0; $n < $max; $n++) {
[$cpu1, $cpu2] = my_preg_split('/[,-]/', $cpus[$c * 32 + $n]);
if (empty($text[$n])) $text[$n] = '';
- $text[$n] .= "$cpu1
";
- if ($cpu2) $text[$n] .= "$cpu2
";
+ $text[$n] .= "$cpu1
";
+ if ($cpu2) $text[$n] .= "$cpu2
";
}
}
- $label = implode('
', array_fill(0, $loop, 'CPU:' . ($cpu2 ? '
CPU:' : '')));
+ $label = implode('
', array_fill(0, $loop, 'CPU:' . ($cpu2 ? '
CPU:' : '')));
if ($type == "vm") echo "