Remove extra php closing tag

This commit is contained in:
wrongecho 2024-08-17 23:34:23 +01:00
parent d80334a7cf
commit ad9b69ae10
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ if (isset($_GET['ticket_id'])) {
<?php } ?>
<?php } else { ?>
<div class="mt-1">
<a href="#" data-toggle="modal" data-target="#assignTicketModal<?php echo $ticket_id; ?> ?>">
<a href="#" data-toggle="modal" data-target="#assignTicketModal<?php echo $ticket_id; ?>">
<i class="fas fa-fw fa-user mr-2 text-secondary"></i><?php echo $ticket_assigned_to_display; ?>
</a>
</div>