mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 01:25:21 +02:00
newlines were getting stripped
This commit is contained in:
parent
1002f9dc96
commit
d5ac7e938b
2 changed files with 1 additions and 2 deletions
1
boot.php
1
boot.php
|
@ -910,7 +910,6 @@ function xmlify($str) {
|
|||
case "'" :
|
||||
$buffer .= ''';
|
||||
break;
|
||||
|
||||
case "\"" :
|
||||
$buffer .= '"';
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue