From e8881a28d6697a668d4d1f1ef5f4556e548caa2e Mon Sep 17 00:00:00 2001 From: Tealk Date: Thu, 18 Mar 2021 10:15:38 +0100 Subject: [PATCH] Wrap service with a div --- classes/service.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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() {