diff --git a/include/bb2diaspora.php b/include/bb2diaspora.php
index b70a056619..39742291fd 100644
--- a/include/bb2diaspora.php
+++ b/include/bb2diaspora.php
@@ -21,7 +21,7 @@ function diaspora2bb($s) {
$s = str_replace("\r","",$s);
//
is invalid. Replace it with the valid expression
- $s = str_replace(array("
", "
"),array("
", "
", "
"),$s);
+ $s = str_replace(array("
", "
", '
'),array("
", "
", "
", "
"),$s);
$s = preg_replace('/\@\{(.+?)\; (.+?)\@(.+?)\}/','@[url=https://$3/u/$2]$1[/url]',$s);