aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/default/annotation/generic_comment.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/annotation/generic_comment.php b/views/default/annotation/generic_comment.php
index 80c22df49..aebb219c2 100644
--- a/views/default/annotation/generic_comment.php
+++ b/views/default/annotation/generic_comment.php
@@ -30,7 +30,7 @@
<div class="generic_comment_details">
<!-- output the actual comment -->
- <p><?php echo elgg_view("output/longtext",array("value" => $vars['annotation']->value)); ?></p>
+ <?php echo elgg_view("output/longtext",array("value" => $vars['annotation']->value)); ?>
<p class="generic_comment_owner">
<a href="<?php echo $owner->getURL(); ?>"><?php echo $owner->name; ?></a> <?php echo friendly_time($vars['annotation']->time_created); ?>