Format indent

This commit is contained in:
2026-05-06 12:39:24 +02:00
parent cd4635865c
commit 210e5a34aa
3 changed files with 240 additions and 240 deletions

View File

@@ -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>