Add a small newline to the end of the table, otherwise the document action edit button gets cut off

This commit is contained in:
Marcus Hill 2022-05-02 21:24:57 +01:00
parent 9e1b5f6903
commit 6a57ae6149
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
</tbody>
</table>
<br>
</div>
<?php include("pagination.php"); ?>
</div>