From d77898ff3dba5e7f968e7a097ded4b0d7c7cc343 Mon Sep 17 00:00:00 2001 From: ldestailleur Date: Mon, 7 Apr 2025 12:53:19 +0200 Subject: [PATCH] FIX #33742 --- htdocs/core/class/html.formticket.class.php | 3 ++- htdocs/core/lib/ticket.lib.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/core/class/html.formticket.class.php b/htdocs/core/class/html.formticket.class.php index 5ba1465f7b4..7bda0d4aa11 100644 --- a/htdocs/core/class/html.formticket.class.php +++ b/htdocs/core/class/html.formticket.class.php @@ -307,6 +307,7 @@ class FormTicket } print '
param["returnurl"] : $_SERVER['PHP_SELF']).'">'; + print ''; print ''; if (!empty($object->id)) { @@ -837,7 +838,7 @@ class FormTicket print dol_get_fiche_end(); } - print '
'; + print '

'; if ($mode == 'create') { print $form->buttonsSaveCancel(((isset($this->withreadid) && $this->withreadid > 0) ? "SendResponse" : "CreateTicket"), ($this->withcancel ? "Cancel" : "")); diff --git a/htdocs/core/lib/ticket.lib.php b/htdocs/core/lib/ticket.lib.php index 2ed7811961e..ca0a33cb117 100644 --- a/htdocs/core/lib/ticket.lib.php +++ b/htdocs/core/lib/ticket.lib.php @@ -234,7 +234,7 @@ function llxHeaderTicket($title, $head = "", $disablejs = 0, $disablehead = 0, $ top_htmlhead($head, $title, $disablejs, $disablehead, $arrayofjs, $arrayofcss, 0, 1); // Show html headers print ''; - print '
'; + print '
'; print '
';