diff --git a/html/includes/print-vm.inc.php b/html/includes/print-vm.inc.php
index f068daf02..91b04b495 100644
--- a/html/includes/print-vm.inc.php
+++ b/html/includes/print-vm.inc.php
@@ -12,10 +12,10 @@ else {
echo '';
if ($vm['vmwVmState'] == 'powered off') {
- echo '
OFF | ';
+ echo 'OFF | ';
}
else {
- echo 'ON | ';
+ echo 'ON | ';
}
if ($vm['vmwVmGuestOS'] == 'E: tools not installed') {
@@ -38,4 +38,4 @@ else {
echo ''.sprintf('%.2f', $vm['vmwVmMemSize']).' MB | ';
}
-echo ''.$vm['vmwVmCpus'].' CPU | ';
\ No newline at end of file
+echo ''.$vm['vmwVmCpus'].' CPU | ';