diff --git a/web/skins/classic/includes/functions.php b/web/skins/classic/includes/functions.php index fe15b53de..3fbebbfa8 100644 --- a/web/skins/classic/includes/functions.php +++ b/web/skins/classic/includes/functions.php @@ -408,9 +408,9 @@ function getSysLoadHTML() { if ($thisServer) { $thisServer->ReadStats(); - $result .= ''.PHP_EOL; } return $result; @@ -426,7 +426,7 @@ function getDbConHTML() { $class = ( $percent_used > 90 ) ? ' text-warning' : ''; $result .= ''.PHP_EOL; @@ -474,7 +474,7 @@ function getStorageHTML() { $result .= ''.PHP_EOL; } else { $result .= ''.PHP_EOL; } } @@ -837,7 +837,7 @@ function getHeaderFlipHTML() { $result = ''; $header = ( isset($_COOKIE['zmHeaderFlip']) and $_COOKIE['zmHeaderFlip'] == 'down') ? 'down' : 'up'; - $result .= ''.PHP_EOL; + $result .= ''.PHP_EOL; return $result; } @@ -867,7 +867,7 @@ function getStatusBtnHTML($status) { if (ZM_SYSTEM_SHUTDOWN) { $result .= '
  • '.PHP_EOL; - $result .= ''.PHP_EOL; + $result .= ''.PHP_EOL; $result .= '
  • '.PHP_EOL; }