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