From: Michael Date: Fri, 7 Oct 2022 08:14:04 +0000 (+0000) Subject: Use trim X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=33d48f7d553088c338599cef15ac9006e234bbcc;p=friendica.git Use trim --- diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php index 93d1be2c44..2a3bced6af 100644 --- a/src/Content/Text/BBCode.php +++ b/src/Content/Text/BBCode.php @@ -1029,7 +1029,7 @@ class BBCode 'link' => '', 'posted' => '', 'guid' => '', - 'message_id' => $matches[2], + 'message_id' => trim($matches[2]), 'comment' => trim($matches[1]), 'shared' => '', ];