Use trim
This commit is contained in:
parent
ee03e4de08
commit
33d48f7d55
1 changed files with 1 additions and 1 deletions
|
@ -1029,7 +1029,7 @@ class BBCode
|
|||
'link' => '',
|
||||
'posted' => '',
|
||||
'guid' => '',
|
||||
'message_id' => $matches[2],
|
||||
'message_id' => trim($matches[2]),
|
||||
'comment' => trim($matches[1]),
|
||||
'shared' => '',
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue