Fix Assets page not loading missing closer }

This commit is contained in:
johnnyq 2024-01-07 12:43:28 -05:00
parent efdffa1a74
commit 02ed6986ec
1 changed files with 1 additions and 0 deletions

View File

@ -349,6 +349,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
<a class="dropdown-item text-danger text-bold confirm-link" href="post.php?delete_asset=<?php echo $asset_id; ?>">
<i class="fas fa-fw fa-archive mr-2"></i>Delete
</a>
<?php } ?>
<?php } ?>
</div>