Fix issue with umlaught characters causing the contact name not to display properly in ticket details

This commit is contained in:
johnnyq 2023-08-17 21:04:18 -04:00
parent ed9cb5c997
commit d7ab2b2fec
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ if (isset($_GET['ticket_id'])) {
<div>
<h4 class="text-secondary">Contact</h4>
<span class="">
<i class="fa fa-fw fa-user text-secondary ml-1 mr-2 mb-2"></i><a href="client_contact_details.php?client_id=<?php echo $client_id; ?>&contact_id=<?php echo $contact_id; ?>" class="text-dark"><strong><?php echo strtoupper($contact_name); ?></strong></a>
<i class="fa fa-fw fa-user text-secondary ml-1 mr-2 mb-2"></i><a href="client_contact_details.php?client_id=<?php echo $client_id; ?>&contact_id=<?php echo $contact_id; ?>" class="text-dark"><strong><?php echo $contact_name; ?></strong></a>
</span>
<span class="ml-1">