Format indent
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<tbody>
|
||||
|
||||
<?php foreach ($entries as $e): ?>
|
||||
|
||||
|
||||
<tr>
|
||||
<td> <?= esc_html($e->first_name) ?> </td>
|
||||
<td> <?= esc_html($e->last_name) ?> </td>
|
||||
@@ -40,7 +40,7 @@
|
||||
</form>
|
||||
</td>
|
||||
<td> <?= esc_html($e->comment) ?> </td>
|
||||
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user