From 33d48f7d553088c338599cef15ac9006e234bbcc Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 7 Oct 2022 08:14:04 +0000 Subject: [PATCH] Use trim --- src/Content/Text/BBCode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => '', ];