diff --git a/main/inc/lib/message.lib.php b/main/inc/lib/message.lib.php index 76146fc4d3..2ef1b10f37 100755 --- a/main/inc/lib/message.lib.php +++ b/main/inc/lib/message.lib.php @@ -952,7 +952,7 @@ class MessageManager $html_items.= '
'; $image_path = UserManager::get_user_picture_path_by_id($topic['user_sender_id'], 'web', false, true); $image_repository = $image_path['dir']; $existing_image = $image_path['file']; - $html_items.= ''; + $html_items.= ''; $html_items.= ''; if ($item['send_date'] != $item['update_date']) {