Avoid duplicated attachments / unwanted attachments

This commit is contained in:
Michael 2021-05-05 16:46:55 +00:00
parent 83de8fa891
commit f683f791ee
3 changed files with 29 additions and 34 deletions

View file

@ -1893,7 +1893,7 @@ class BBCode
$text = HTML::purify($text, $allowedIframeDomains);
return $text;
return trim($text);
}
/**