diff --git a/classes/service.php b/classes/service.php index 268715c..f771b4a 100644 --- a/classes/service.php +++ b/classes/service.php @@ -244,18 +244,20 @@ class Service implements JsonSerializable } // Render the service status + echo '
'; echo '
  • ' . $this->name .''; //echo '
  • ' . $this->name . ''; if(!empty($this->description)) { echo ' '; } - if ($this->status!=-1){?>
    status]);?>
    + if ($this->status!=-1){?>
    status]);?>
    '; if ( isset($boolFinish) && $boolFinish) { echo ''; } + echo '
  • '; } public function jsonSerialize() {