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' => '', ];