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 f168546c3..040d24552 100644 --- a/views/default/annotation/generic_comment.php +++ b/views/default/annotation/generic_comment.php @@ -43,14 +43,14 @@ if ($full_view) { $comment_text = elgg_view("output/longtext", array("value" => $comment->value)); $body = <<<HTML -<p class="mbn"> +<div class="mbn"> $delete_button $commenter_link <span class="elgg-subtext"> $friendlytime </span> $comment_text -</p> +</div> HTML; echo elgg_view_image_block($commenter_icon, $body); |