From 09de8f643427f9eda447e9fec9936cfe21bc707a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Ra=C3=B1a?= Date: Thu, 27 Jan 2011 19:55:11 +0100 Subject: [PATCH] resize reply into a group social network --- main/inc/lib/message.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.= '
'.Security::remove_XSS($item['title']).' 
'; $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.= '
'.$name.' '.$name.' 
'; + $html_items.= '
'.$name.' '.$name.' 
'; $html_items.= '
'.$item['content'].'
'; if ($item['send_date'] != $item['update_date']) {