diff options
Diffstat (limited to 'views/default/annotation')
-rw-r--r-- | views/default/annotation/generic_comment.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/default/annotation/generic_comment.php b/views/default/annotation/generic_comment.php index c6fea8b41..a7ab0a956 100644 --- a/views/default/annotation/generic_comment.php +++ b/views/default/annotation/generic_comment.php @@ -53,7 +53,7 @@ if ($full_view) { </p> HTML; - echo elgg_view_media($commenter_icon, $body); + echo elgg_view_image_block($commenter_icon, $body); } else { // brief view @@ -68,5 +68,5 @@ HTML; </span> HTML; - echo elgg_view_media($commenter_icon, $body); + echo elgg_view_image_block($commenter_icon, $body); } |