mirror of
https://github.com/itflow-org/itflow
synced 2026-03-08 23:04:51 +00:00
Fix td closing tag for stale tickets
This commit is contained in:
@@ -239,7 +239,7 @@ $sql_tickets_stale = mysqli_query($mysqli,"SELECT * FROM tickets
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="ticket.php?ticket_id=<?php echo $ticket_id?>"><?php echo "$ticket_prefix$ticket_number"; ?></a>/td>
|
<td><a href="ticket.php?ticket_id=<?php echo $ticket_id?>"><?php echo "$ticket_prefix$ticket_number"; ?></a></td>
|
||||||
<td><?php echo $ticket_subject; ?></td>
|
<td><?php echo $ticket_subject; ?></td>
|
||||||
<td class="text-danger"><?php echo $ticket_created_at; ?></td>
|
<td class="text-danger"><?php echo $ticket_created_at; ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user