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');