From a8e680230b2ca66cd1d95aaac228ed0c3a0d77ad Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 11 Mar 2010 13:04:38 +0000 Subject: Riverdashboard updated to new UI. DOM simplified a bit & css cleaned up. git-svn-id: http://code.elgg.org/elgg/trunk@5358 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/annotation/annotate.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/default/annotation/annotate.php') 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 = "getURL()}\">{$performed_by->name}"; - $string = "
" . sprintf(elgg_echo("river:posted:generic"),$url) . " "; - $string .= elgg_echo("{$subtype}:river:annotate") . " getURL()}\">" . $title . " " . friendly_time($object->time_created) . "
"; + $string = sprintf(elgg_echo("river:posted:generic"),$url) . " "; + $string .= elgg_echo("{$subtype}:river:annotate") . " getURL()}\">" . $title . " " . friendly_time($object->time_created); if(get_context() != 'riverdashboard'){ $string .= "
"; if($comment){ -- cgit v1.2.3