]> git.mxchange.org Git - friendica.git/commitdiff
Ops, code-convention not followed
authorRoland Häder <roland@mxchange.org>
Tue, 18 Oct 2022 14:33:33 +0000 (16:33 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 18 Oct 2022 14:34:45 +0000 (16:34 +0200)
mod/tagger.php

index f3fe3b88618c66e8825ed51c9d16de58b5ad5e35..b3f5f9af196b787acdd887ffd2801b534991aa14 100644 (file)
@@ -135,7 +135,7 @@ EOT;
                'author-name'   => $contact['name'],
                'author-link'   => $contact['url'],
                'author-avatar' => $contact['thumb'],
-               'body'          => sprintf( $bodyverb, $ulink, $alink, $plink, $termlink),
+               'body'          => sprintf($bodyverb, $ulink, $alink, $plink, $termlink),
                'verb'          => Activity::TAG,
                'target-type'   => $targettype,
                'target'        => $target,