Fix extra spacing between icon and Assigned Contact Name iin ticket details

This commit is contained in:
johnnyq 2025-09-05 19:05:06 -04:00
parent 9642babb7e
commit 9fa78897bc
1 changed files with 1 additions and 2 deletions

View File

@ -933,8 +933,7 @@ if (isset($_GET['ticket_id'])) {
<div>
<i class="fa fa-fw fa-user text-secondary mr-2"></i><a href="#" class="ajax-modal"
data-modal-size="lg"
data-modal-url="modals/contact/contact_details.php?id=<?= $contact_id ?>">
<strong><?php echo $contact_name; ?></strong>
data-modal-url="modals/contact/contact_details.php?id=<?= $contact_id ?>"><strong><?= $contact_name ?></strong>
</a>
</div>