From 674a427edb7fe3c048d98b4e2cc04efcd60c4d87 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Wed, 28 Jan 2026 20:31:57 -0500 Subject: [PATCH] Fix duplicate PHP tag in TicketView causing 500 error Co-Authored-By: Claude Opus 4.5 --- views/TicketView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/TicketView.php b/views/TicketView.php index 8800cb3..7252b2b 100644 --- a/views/TicketView.php +++ b/views/TicketView.php @@ -38,7 +38,7 @@ function formatDetails($details, $actionType) { } return ''; } -