Skip to content

Commit

Permalink
Remove extra php closing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wrongecho committed Aug 17, 2024
1 parent d80334a commit ad9b69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ticket.php
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
<?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>
Expand Down

0 comments on commit ad9b69a

Please sign in to comment.