From 0367450134b0f59ca204a59d8c8a4b59c028bcbd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 3 Oct 2024 15:28:51 +0200 Subject: [PATCH] css --- htdocs/public/ticket/view.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/public/ticket/view.php b/htdocs/public/ticket/view.php index 7be70ec70ee..24561280415 100644 --- a/htdocs/public/ticket/view.php +++ b/htdocs/public/ticket/view.php @@ -441,6 +441,8 @@ if ($action == "view_ticket" || $action == "presend" || $action == "close" || $a print ''; $object->viewTicketMessages(false, true, $object->dao); + + print '
'; } else { print ''; print '
';