mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:10:11 +00:00
Avoid duplicated attachments / unwanted attachments
This commit is contained in:
parent
83de8fa891
commit
f683f791ee
3 changed files with 29 additions and 34 deletions
|
@ -1893,7 +1893,7 @@ class BBCode
|
|||
|
||||
$text = HTML::purify($text, $allowedIframeDomains);
|
||||
|
||||
return $text;
|
||||
return trim($text);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue