aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-05 02:19:39 -0700
committerFriendika <info@friendika.com>2010-11-05 02:19:39 -0700
commit206eee02294cc75c06479f599c03e5a95ea5ee70 (patch)
treeea519bbde2746f2bf5d3e6c71305c935ff80ed31 /boot.php
parentb94cb8d234d70bc534ad1cef767b9f62d10eef26 (diff)
downloadvolse-hubzilla-206eee02294cc75c06479f599c03e5a95ea5ee70.tar.gz
volse-hubzilla-206eee02294cc75c06479f599c03e5a95ea5ee70.tar.bz2
volse-hubzilla-206eee02294cc75c06479f599c03e5a95ea5ee70.zip
preserve newlines on all networks
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 48770a2b2..eb52fb2a2 100644
--- a/boot.php
+++ b/boot.php
@@ -694,7 +694,7 @@ function xmlify($str) {
$buffer .= '&gt;';
break;
case "\n" :
- $buffer .= ' ';
+ $buffer .= "\n";
break;
default :
$buffer .= $char;