diff options
Diffstat (limited to 'views/default/annotation/annotate.php')
| -rw-r--r-- | views/default/annotation/annotate.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/views/default/annotation/annotate.php b/views/default/annotation/annotate.php index 9e0d20881..a1940bed7 100644 --- a/views/default/annotation/annotate.php +++ b/views/default/annotation/annotate.php @@ -11,8 +11,8 @@  	if($vars['item']->annotation_id != 0)  		$comment = get_annotation($vars['item']->annotation_id)->value;   	$url = "<a href=\"{$performed_by->getURL()}\">{$performed_by->name}</a>"; -	$string = "<div class=\"river_content_title\">" . sprintf(elgg_echo("river:posted:generic"),$url) . " "; -	$string .= elgg_echo("{$subtype}:river:annotate") . "  <a href=\"{$object->getURL()}\">" . $title . "</a> " . friendly_time($object->time_created) . "</div>"; +	$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\">";  		if($comment){ | 
