]> git.mxchange.org Git - friendica.git/blobdiff - include/bb2diaspora.php
Small bugfix for likes
[friendica.git] / include / bb2diaspora.php
index 866ac26be4a43bdc7912d7b0bd07ebc66d9f9d13..919bfc331d2ca95891be5b2fa2d262e532ebf806 100644 (file)
@@ -18,7 +18,7 @@ function diaspora2bb($s) {
        $s = html_entity_decode($s,ENT_COMPAT,'UTF-8');
 
        // Remove CR to avoid problems with following code
-       //$s = str_replace("\r","",$s);
+       $s = str_replace("\r","",$s);
 
        $s = str_replace("\n"," \n",$s);