]> git.mxchange.org Git - friendica.git/blobdiff - mod/like.php
Fix spaces around t() and tt()
[friendica.git] / mod / like.php
index c07f3097ea43fbdf6c8ae6f77c2ab2d5edc75f4b..406d6cc00775cbedb8a2ace84da84e58ee3c4de5 100644 (file)
@@ -148,7 +148,7 @@ EOT;
        $arr['author-link'] = $contact['url'];
        $arr['author-avatar'] = $contact['thumb'];
        $arr['body'] = '[url=' . $contact['url'] . ']' . $contact['name'] . '[/url]' . ' ' . $bodyverb . ' ' 
-               . '[url=' . $item['author-link'] . ']' . sprintf(t("%s's"),$item['author-name']) . '[/url]' . ' '
+               . '[url=' . $item['author-link'] . ']' . sprintf( t("%s's") ,$item['author-name']) . '[/url]' . ' '
                . '[url=' . $a->get_baseurl() . '/display/' . $owner['nickname'] . '/' . $item['id'] . ']' . $post_type . '[/url]' ;
 
        $arr['verb'] = $activity;