diff --git a/ticket.php b/ticket.php
index 6f47a145..195828b1 100644
--- a/ticket.php
+++ b/ticket.php
@@ -635,37 +635,36 @@ if (isset($_GET['ticket_id'])) {
if ($ticket_status !== "Closed" || mysqli_num_rows($sql_ticket_watchers) > 0) { ?>
-
-
Watchers
+
+
Watchers
-
-
-
-
-
-
+
+
+
-
+ // Get Watchers
+ while ($ticket_watcher_row = mysqli_fetch_array($sql_ticket_watchers)) {
+ $watcher_id = intval($ticket_watcher_row['watcher_id']);
+ $ticket_watcher_email = nullable_htmlentities($ticket_watcher_row['watcher_email']);
+ ?>
+
+
+
+
+
+