From 54d3d03252808092384174164427d13e8e1febe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Tue, 18 Oct 2022 16:33:33 +0200 Subject: [PATCH] Ops, code-convention not followed --- mod/tagger.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/tagger.php b/mod/tagger.php index f3fe3b886..b3f5f9af1 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,