mirror of
https://github.com/friendica/friendica
synced 2025-12-07 20:57:10 +01:00
preserve newlines on all networks
This commit is contained in:
parent
b94cb8d234
commit
206eee0229
3 changed files with 6 additions and 6 deletions
2
boot.php
2
boot.php
|
|
@ -694,7 +694,7 @@ function xmlify($str) {
|
|||
$buffer .= '>';
|
||||
break;
|
||||
case "\n" :
|
||||
$buffer .= ' ';
|
||||
$buffer .= "\n";
|
||||
break;
|
||||
default :
|
||||
$buffer .= $char;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue