aboutsummaryrefslogtreecommitdiff
path: root/views/default/annotation/generic_comment.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/annotation/generic_comment.php')
-rw-r--r--views/default/annotation/generic_comment.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/default/annotation/generic_comment.php b/views/default/annotation/generic_comment.php
index 7395d781a..c747120be 100644
--- a/views/default/annotation/generic_comment.php
+++ b/views/default/annotation/generic_comment.php
@@ -6,7 +6,7 @@
$owner = get_user($vars['annotation']->owner_guid);
?>
-<div class="generic_comment"><!-- start of generic_comment div -->
+<div class="generic_comment clearfloat"><!-- start of generic_comment div -->
<div class="generic_comment_icon">
<?php
@@ -25,7 +25,7 @@ $owner = get_user($vars['annotation']->owner_guid);
if ($vars['annotation']->canEdit()) {
?>
- <div class="delete_button">
+ <span class="delete_button">
<?php
echo elgg_view("output/confirmlink",array(
@@ -35,7 +35,7 @@ $owner = get_user($vars['annotation']->owner_guid);
));
?>
- </div>
+ </span>
<?php
} //end of can edit if statement