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' => '',
|
'link' => '',
|
||||||
'posted' => '',
|
'posted' => '',
|
||||||
'guid' => '',
|
'guid' => '',
|
||||||
'message_id' => $matches[2],
|
'message_id' => trim($matches[2]),
|
||||||
'comment' => trim($matches[1]),
|
'comment' => trim($matches[1]),
|
||||||
'shared' => '',
|
'shared' => '',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue