diff --git a/htdocs/ticketsup/index.php b/htdocs/ticketsup/index.php index 74a6000c2ee..505812f84c6 100644 --- a/htdocs/ticketsup/index.php +++ b/htdocs/ticketsup/index.php @@ -347,7 +347,7 @@ if ($result) { $db->free(); } else { - print '
' . $langs->trans('NoTicketsFound') . '
'; + print '
' . $langs->trans('NoTicketsFound') . '
'; } print "";