From 7baad302a90c1af727870e482ea3b8d4f3a19156 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 27 Aug 2009 12:10:06 +0000 Subject: a missing pipe added git-svn-id: https://code.elgg.org/elgg/trunk@3445 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/annotation/annotate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/annotation') diff --git a/views/default/annotation/annotate.php b/views/default/annotation/annotate.php index f5ccac36e..cc42e1035 100644 --- a/views/default/annotation/annotate.php +++ b/views/default/annotation/annotate.php @@ -11,7 +11,7 @@ $contents = strip_tags($contents);//this is so we don't get large images etc in the activity river $url = "getURL()}\">{$performed_by->name}"; $string = sprintf(elgg_echo("river:posted:generic"),$url) . " "; - $string .= elgg_echo("{$subtype}:river:annotate") . " getURL() . "\">" . $object->title . ""; + $string .= elgg_echo("{$subtype}:river:annotate") . " | getURL() . "\">" . $object->title . ""; $string .= "
"; if(strlen($contents) > 200) { $string .= substr($contents, 0, strpos($contents, ' ', 200)) . "..."; -- cgit v1.2.3