diff --git a/tickets_list.php b/tickets_list.php index aea0428b..0db33201 100644 --- a/tickets_list.php +++ b/tickets_list.php @@ -130,7 +130,7 @@ if (empty($contact_name)) { $contact_display = "-"; } else { - $contact_display = "$contact_name"; + $contact_display = "
$contact_name
"; } // Get who last updated the ticket - to be shown in the last Response column