diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-13 09:41:38 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-13 09:41:38 +0000 |
commit | 7d0d4a3f0dfbb660ed5dca7dd9c90888585aec1c (patch) | |
tree | a2d695115d3b09c0a204035ab3d0859e04ccb669 | |
parent | f7fa53526b70e20ac09ccdda701ee2ede1887273 (diff) | |
download | elgg-7d0d4a3f0dfbb660ed5dca7dd9c90888585aec1c.tar.gz elgg-7d0d4a3f0dfbb660ed5dca7dd9c90888585aec1c.tar.bz2 |
default message styled
git-svn-id: https://code.elgg.org/elgg/trunk@2233 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | views/default/annotation/generic_comment.php | 2 |
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); ?>
|