$contents = strip_tags($contents);//this is so we don't get large images etc in the activity river\r
$url = "<a href=\"{$performed_by->getURL()}\">{$performed_by->name}</a>";\r
$string = sprintf(elgg_echo("river:posted:generic"),$url) . " ";\r
- $string .= elgg_echo("{$subtype}:river:annotate") . " <a href=\"" . $object->getURL() . "\">" . $object->title . "</a>";\r
+ $string .= elgg_echo("{$subtype}:river:annotate") . " | <a href=\"" . $object->getURL() . "\">" . $object->title . "</a>";\r
$string .= "<div class=\"river_content_display\">";\r
if(strlen($contents) > 200) {\r
$string .= substr($contents, 0, strpos($contents, ' ', 200)) . "...";\r