From: Roland Häder Date: Tue, 18 Oct 2022 14:33:33 +0000 (+0200) Subject: Ops, code-convention not followed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=54d3d03252808092384174164427d13e8e1febe7;p=friendica.git Ops, code-convention not followed --- diff --git a/mod/tagger.php b/mod/tagger.php index f3fe3b8861..b3f5f9af19 100644 --- a/mod/tagger.php +++ b/mod/tagger.php @@ -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,