diff --git a/htdocs/public/ticket/create_ticket.php b/htdocs/public/ticket/create_ticket.php
index 1d0339f83f8..8f2657b9db6 100644
--- a/htdocs/public/ticket/create_ticket.php
+++ b/htdocs/public/ticket/create_ticket.php
@@ -390,7 +390,7 @@ if ($action != "infos_success") {
print '
';
print $langs->trans("ErrorFieldRequired", $langs->transnoentities("TicketEmailNotificationFrom")).'
';
print $langs->trans("ErrorModuleSetupNotComplete", $langs->transnoentities("Ticket"));
- print '
';
+ print '
';
} else {
print '
'.$langs->trans('TicketPublicInfoCreateTicket').'
';
$formticket->showForm(0, 'edit', 1);