Small bugfix for likes
This commit is contained in:
parent
3b9a8daeeb
commit
027b11ebb5
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue