diff --git a/tickets.php b/tickets.php
index 43e93ebc..4b508a4d 100644
--- a/tickets.php
+++ b/tickets.php
@@ -418,7 +418,7 @@ $user_active_assigned_tickets = intval($row['total_tickets_assigned']);
if (empty($contact_name)) {
$contact_display = "-";
} else {
- $contact_display = "$contact_name
$contact_email";
+ $contact_display = "$contact_name";
}
// Get who last updated the ticket - to be shown in the last Response column