]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
a missing pipe added
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 27 Aug 2009 12:10:06 +0000 (12:10 +0000)
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 27 Aug 2009 12:10:06 +0000 (12:10 +0000)
git-svn-id: https://code.elgg.org/elgg/trunk@3445 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/annotation/annotate.php

index f5ccac36eeed87fd18b017bd587b3501763516c5..cc42e103535c8857fb6559b4ad7d69f7b6bfea55 100644 (file)
@@ -11,7 +11,7 @@
        $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