indent + fix typo

This commit is contained in:
Gregory Colpart 2017-08-20 05:05:04 +02:00
parent c5b6db810f
commit 7ed492470c

View file

@ -32,9 +32,11 @@
<th>Replication</th> <th>Replication</th>
<th>Master</th> <th>Master</th>
<th>Slave</th> <th>Slave</th>
<?php if(is_superadmin()) { <?php
}
if(is_superadmin()) {
print '<th>Alias</th>'; print '<th>Alias</th>';
}} ?> } ?>
<tr> <tr>
</thead> </thead>
<tbody> <tbody>
@ -76,7 +78,6 @@
$vhost_info['owner']); $vhost_info['owner']);
} }
print '</tr>'; print '</tr>';
} ?> } ?>