From: pete Date: Wed, 19 May 2010 16:14:37 +0000 (+0000) Subject: Likes river entry timestamp wrapped in span. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2e607799a29e2f76f0630c193ea705ee643f9342;p=lorea%2Felgg.git Likes river entry timestamp wrapped in span. git-svn-id: http://code.elgg.org/elgg/trunk@6094 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/views/default/annotation/annotatelike.php b/views/default/annotation/annotatelike.php index 08bac55ae..6a2dcd4ca 100644 --- a/views/default/annotation/annotatelike.php +++ b/views/default/annotation/annotatelike.php @@ -6,6 +6,6 @@ $url = $object->getURL(); $title = $object->title; $string = "getURL()}\">{$performed_by->name} "; -$string .= elgg_echo("likes:river:annotate") . " getURL()}\">" . $title . " " . friendly_time($object->time_created); +$string .= elgg_echo("likes:river:annotate") . " getURL()}\">" . $title . " " . friendly_time($object->time_created).""; echo $string; \ No newline at end of file