diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-12 15:53:03 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-12 15:53:03 +0000 |
commit | c41553d5e532ca86070d511d50d150d97869bb84 (patch) | |
tree | 9b72144316c3cdfc6380ba46372bb8d198a5eac0 /views/default/annotation/annotate.php | |
parent | b7411d4efa0c2f116c2d5da814b7d817a1e14660 (diff) | |
download | elgg-c41553d5e532ca86070d511d50d150d97869bb84.tar.gz elgg-c41553d5e532ca86070d511d50d150d97869bb84.tar.bz2 |
Updated/cleaned-up generic comments with new UI.
git-svn-id: http://code.elgg.org/elgg/trunk@5377 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/annotation/annotate.php')
-rw-r--r-- | views/default/annotation/annotate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/annotation/annotate.php b/views/default/annotation/annotate.php index a1940bed7..e66035204 100644 --- a/views/default/annotation/annotate.php +++ b/views/default/annotation/annotate.php @@ -14,7 +14,7 @@ $string = sprintf(elgg_echo("river:posted:generic"),$url) . " "; $string .= elgg_echo("{$subtype}:river:annotate") . " <a href=\"{$object->getURL()}\">" . $title . "</a> " . friendly_time($object->time_created); if(get_context() != 'riverdashboard'){ - $string .= "<div class=\"river_content_display\">"; + $string .= "<div class='river_content_display'>"; if($comment){ $contents = strip_tags($comment);//this is so we don't get large images etc in the activity river if(strlen($contents) > 200) |