From ec489d8774bccc906658a323cce561417ba78f92 Mon Sep 17 00:00:00 2001 From: ATM Irvine Date: Wed, 29 May 2024 14:52:12 +0200 Subject: [PATCH] Added CSS to correct word wrap --- htdocs/core/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index c9681ba7174c1..10d5015de8843 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -13350,7 +13350,7 @@ function show_actions_messaging($conf, $langs, $db, $filterobj, $objcon = '', $n && $actionstatic->code != 'AC_TICKET_CREATE' && $actionstatic->code != 'AC_TICKET_MODIFY' ) { - $out .= '
'; + $out .= '
'; $truncateLines = getDolGlobalInt('MAIN_TRUNCATE_TIMELINE_MESSAGE', 3); $truncatedText = dolGetFirstLineOfText($histo[$key]['message'], $truncateLines); if ($truncateLines > 0 && strlen($histo[$key]['message']) > strlen($truncatedText)) {