From 0d11b5f81b3add2980891465456bec3e9201b163 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 23 Mar 2021 02:57:24 +0100 Subject: [PATCH] css --- htdocs/ticket/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/ticket/index.php b/htdocs/ticket/index.php index 2a3850d1e59..8b515e1b383 100644 --- a/htdocs/ticket/index.php +++ b/htdocs/ticket/index.php @@ -405,7 +405,7 @@ if ($result) { $db->free($result); } else { - print ''.$langs->trans('NoUnreadTicketsFound').''; + print ''.$langs->trans('NoUnreadTicketsFound').''; } print "";