From 7aa201b9ee73c8b0c21cbd4e40f7147099801de8 Mon Sep 17 00:00:00 2001 From: cp6 Date: Fri, 22 Jan 2021 11:22:50 +1100 Subject: [PATCH] Formatting Formatting --- class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/class.php b/class.php index f4c3d86..ad70b9d 100644 --- a/class.php +++ b/class.php @@ -1,6 +1,7 @@ HTMLphrase('p', 'm-desc', 'SSH Port'); $this->tagClose('div'); $this->colOpen('col-8'); - $this->HTMLphrase('p', 'm-value', ''.$data['ssh_port'].''); + $this->HTMLphrase('p', 'm-value', '' . $data['ssh_port'] . ''); $this->tagClose('div', 2); $this->rowColOpen('row m-row', 'col-4');