Formatting

Formatting
This commit is contained in:
cp6 2021-01-22 11:22:50 +11:00
parent 12845a3940
commit 7aa201b9ee

View File

@ -1,6 +1,7 @@
<?php <?php
class idlersConfig { class idlersConfig
{
const PAGE_TITLE = 'My idlers'; const PAGE_TITLE = 'My idlers';
const PAGE_DESC = 'My idlers listing server, shared hosting and domains information and data.'; const PAGE_DESC = 'My idlers listing server, shared hosting and domains information and data.';
@ -1907,7 +1908,7 @@ class idlers extends helperFunctions
$this->HTMLphrase('p', 'm-desc', 'SSH Port'); $this->HTMLphrase('p', 'm-desc', 'SSH Port');
$this->tagClose('div'); $this->tagClose('div');
$this->colOpen('col-8'); $this->colOpen('col-8');
$this->HTMLphrase('p', 'm-value', '<code>'.$data['ssh_port'].'</code>'); $this->HTMLphrase('p', 'm-value', '<code>' . $data['ssh_port'] . '</code>');
$this->tagClose('div', 2); $this->tagClose('div', 2);
$this->rowColOpen('row m-row', 'col-4'); $this->rowColOpen('row m-row', 'col-4');