mirror of
https://github.com/friendica/friendica
synced 2025-04-24 00:30:11 +00:00
Channels can now be based on the "network" feed as well
This commit is contained in:
parent
5479618f1c
commit
ffbab95c20
8 changed files with 200 additions and 157 deletions
|
@ -291,7 +291,7 @@ class BBCode
|
|||
// Remove all unneeded white space
|
||||
do {
|
||||
$oldtext = $text;
|
||||
$text = str_replace([' ', "\n", "\r", '"', '_'], ' ', $text);
|
||||
$text = str_replace([' ', "\n", "\r", '"'], ' ', $text);
|
||||
} while ($oldtext != $text);
|
||||
|
||||
return trim($text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue