diff --git a/htdocs/comm/action/list.php b/htdocs/comm/action/list.php index 6e4903ae25b..3a48ec66223 100644 --- a/htdocs/comm/action/list.php +++ b/htdocs/comm/action/list.php @@ -1010,7 +1010,8 @@ while ($i < $imaxinloop) { // User owner if (!empty($arrayfields['owner']['checked'])) { - print ''; // With edge and chrome the td overflow is not supported correctly when content is not full text. + //print ''; + print ''; if ($obj->fk_user_action > 0 && !isset($cache_user_list[$obj->fk_user_action])) { $userstatic = new User($db); $res = $userstatic->fetch($obj->fk_user_action);